Uses of Class
io.qt.serialbus.QModbusDataUnit.RegisterType
Package | Description |
---|---|
io.qt.serialbus |
-
Uses of QModbusDataUnit.RegisterType in io.qt.serialbus
Fields in io.qt.serialbus with type parameters of type QModbusDataUnit.RegisterType Modifier and Type Field Description QObject.Signal3<QModbusDataUnit.RegisterType,@QtPrimitiveType Integer,@QtPrimitiveType Integer>
QModbusServer. dataWritten
Methods in io.qt.serialbus that return QModbusDataUnit.RegisterType Modifier and Type Method Description QModbusDataUnit.RegisterType
QModbusDataUnit. registerType()
static QModbusDataUnit.RegisterType
QModbusDataUnit.RegisterType. resolve(int value)
Returns the corresponding enum entry for the given value.static QModbusDataUnit.RegisterType
QModbusDataUnit.RegisterType. valueOf(String name)
Returns the enum constant of this type with the specified name.static QModbusDataUnit.RegisterType[]
QModbusDataUnit.RegisterType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.serialbus with parameters of type QModbusDataUnit.RegisterType Modifier and Type Method Description boolean
QModbusServer. data(QModbusDataUnit.RegisterType table, short address, short[] data)
boolean
QModbusServer. setData(QModbusDataUnit.RegisterType table, short address, short data)
void
QModbusDataUnit. setRegisterType(QModbusDataUnit.RegisterType type)
Method parameters in io.qt.serialbus with type arguments of type QModbusDataUnit.RegisterType Modifier and Type Method Description boolean
QModbusServer. setMap(Map<QModbusDataUnit.RegisterType,QModbusDataUnit> map)
Constructors in io.qt.serialbus with parameters of type QModbusDataUnit.RegisterType Constructor Description QModbusDataUnit(QModbusDataUnit.RegisterType type)
QModbusDataUnit(QModbusDataUnit.RegisterType type, int newStartAddress, short newValueCount)
QModbusDataUnit(QModbusDataUnit.RegisterType type, int newStartAddress, Collection<Short> newValues)