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 class QModbusDeviceIdentification
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Java wrapper for Qt enumQModbusDeviceIdentification::ConformityLevel
static enum
Java wrapper for Qt enumQModbusDeviceIdentification::ObjectId
static enum
Java wrapper for Qt enumQModbusDeviceIdentification::ReadDeviceIdCode
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates and returns a copy of this object.final boolean
contains
(int objectId) boolean
Seeoperator==(QModbusDeviceIdentification,
QModbusDeviceIdentification) static QModbusDeviceIdentification
int
hashCode()
Returns the objects's hash code computed byqHash(QModbusDeviceIdentification)
.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()
-
-
Method Details
-
conformityLevel
-
contains
-
insert
-
isValid
-
objectIds
-
remove
-
setConformityLevel
@QtUninvokable public final void setConformityLevel(QModbusDeviceIdentification.ConformityLevel level) -
value
-
fromByteArray
-
equals
See
operator==(QModbusDeviceIdentification,
QModbusDeviceIdentification) -
hashCode
Returns the objects's hash code computed byqHash(QModbusDeviceIdentification)
. -
clone
Creates and returns a copy of this object.
-