java.lang.Object
io.qt.QtObject
io.qt.serialbus.QModbusDeviceIdentification
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Container class representing the physical and functional description of a Modbus server
Java wrapper for Qt's class QModbusDeviceIdentification
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Java wrapper for Qt enum QModbusDeviceIdentification::ConformityLevelstatic enum
Java wrapper for Qt enum QModbusDeviceIdentification::ObjectIdstatic enum
Java wrapper for Qt enum QModbusDeviceIdentification::ReadDeviceIdCodeNested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionclone()
final boolean
contains
(int objectId) boolean
Used to check if this object shares the same native counterpart with the other object, i.e. the objects are equals if their native counterparts are identical.static QModbusDeviceIdentification
int
hashCode()
final boolean
insert
(int objectId, QByteArray data) final boolean
isValid()
final QList<@QtPrimitiveType Integer>
final void
remove
(int objectId) final void
final QByteArray
value
(int objectId) Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QModbusDeviceIdentification
public QModbusDeviceIdentification() -
QModbusDeviceIdentification
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
conformityLevel
-
contains
-
insert
-
isValid
-
objectIds
-
remove
-
setConformityLevel
@QtUninvokable public final void setConformityLevel(QModbusDeviceIdentification.ConformityLevel level) -
value
-
fromByteArray
-
equals
Description copied from class:QtObject
Used to check if this object shares the same native counterpart with the other object, i.e. the objects are equals if their native counterparts are identical. Qt value types override this method to make a value comparison. Otherwise it will return the result of calling the super class implementation. -
hashCode
-
clone
-