Uses of Enum
io.qt.serialbus.QModbusDataUnit.RegisterType
Packages that use QModbusDataUnit.RegisterType
-
Uses of QModbusDataUnit.RegisterType in io.qt.serialbus
Fields in io.qt.serialbus with type parameters of type QModbusDataUnit.RegisterTypeModifier and TypeFieldDescriptionfinal QObject.Signal3<QModbusDataUnit.RegisterType, @QtPrimitiveType Integer, @QtPrimitiveType Integer> QModbusServer.dataWrittenMethods in io.qt.serialbus that return QModbusDataUnit.RegisterTypeModifier and TypeMethodDescriptionQModbusDataUnit.registerType()static QModbusDataUnit.RegisterTypeQModbusDataUnit.RegisterType.resolve(int value) Returns the corresponding enum entry for the given value.static QModbusDataUnit.RegisterTypeReturns 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.RegisterTypeModifier and TypeMethodDescriptionfinal booleanQModbusServer.data(QModbusDataUnit.RegisterType table, short address, short[] data) final booleanQModbusServer.setData(QModbusDataUnit.RegisterType table, short address, short data) final voidQModbusDataUnit.setRegisterType(QModbusDataUnit.RegisterType type) Method parameters in io.qt.serialbus with type arguments of type QModbusDataUnit.RegisterTypeModifier and TypeMethodDescriptionbooleanQModbusServer.setMap(Map<? extends QModbusDataUnit.RegisterType, ? extends QModbusDataUnit> map) Constructors in io.qt.serialbus with parameters of type QModbusDataUnit.RegisterTypeModifierConstructorDescriptionQModbusDataUnit(QModbusDataUnit.RegisterType type, int newStartAddress, short newValueCount) QModbusDataUnit(QModbusDataUnit.RegisterType type, int newStartAddress, Collection<@QtPrimitiveType Short> newValues)