Uses of Enum
io.qt.serialbus.QModbusReply.ReplyType
Packages that use QModbusReply.ReplyType
-
Uses of QModbusReply.ReplyType in io.qt.serialbus
Methods in io.qt.serialbus that return QModbusReply.ReplyTypeModifier and TypeMethodDescriptionstatic QModbusReply.ReplyType
QModbusReply.ReplyType.resolve
(int value) Returns the corresponding enum entry for the given value.final QModbusReply.ReplyType
QModbusReply.type()
static QModbusReply.ReplyType
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.ReplyTypeModifierConstructorDescriptionQModbusReply
(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)