Uses of Class
io.qt.serialbus.QModbusReply.ReplyType
Package | Description |
---|---|
io.qt.serialbus |
-
Uses of QModbusReply.ReplyType in io.qt.serialbus
Methods in io.qt.serialbus that return QModbusReply.ReplyType Modifier and Type Method Description static QModbusReply.ReplyType
QModbusReply.ReplyType. resolve(int value)
Returns the corresponding enum entry for the given value.QModbusReply.ReplyType
QModbusReply. type()
static QModbusReply.ReplyType
QModbusReply.ReplyType. valueOf(String name)
Returns the enum constant of this type with the specified name.static QModbusReply.ReplyType[]
QModbusReply.ReplyType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.qt.serialbus with parameters of type QModbusReply.ReplyType Constructor Description QModbusReply(QModbusReply.ReplyType type, int serverAddress)
Overloaded constructor forQModbusReply(io.qt.serialbus.QModbusReply.ReplyType, int, io.qt.core.QObject)
withparent = null
.QModbusReply(QModbusReply.ReplyType type, int serverAddress, QObject parent)