Uses of Class
io.qt.serialbus.QModbusDeviceIdentification.ReadDeviceIdCode
Package | Description |
---|---|
io.qt.serialbus |
-
Uses of QModbusDeviceIdentification.ReadDeviceIdCode in io.qt.serialbus
Methods in io.qt.serialbus that return QModbusDeviceIdentification.ReadDeviceIdCode Modifier and Type Method Description static QModbusDeviceIdentification.ReadDeviceIdCode
QModbusDeviceIdentification.ReadDeviceIdCode. resolve(int value)
Returns the corresponding enum entry for the given value.static QModbusDeviceIdentification.ReadDeviceIdCode
QModbusDeviceIdentification.ReadDeviceIdCode. valueOf(String name)
Returns the enum constant of this type with the specified name.static QModbusDeviceIdentification.ReadDeviceIdCode[]
QModbusDeviceIdentification.ReadDeviceIdCode. values()
Returns an array containing the constants of this enum type, in the order they are declared.