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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates and returns a copy of this object.final boolean
contains
(int objectId) final boolean
equals
(QModbusDeviceIdentification value2) Seeoperator==(QModbusDeviceIdentification,
QModbusDeviceIdentification) boolean
Seeoperator==(QModbusDeviceIdentification,
QModbusDeviceIdentification) static QModbusDeviceIdentification
fromByteArray
(byte [] ba) Overloaded function forfromByteArray(io.qt.core.QByteArray)
.static QModbusDeviceIdentification
int
hashCode()
Returns the objects's hash code computed byqHash(QModbusDeviceIdentification)
.final boolean
insert
(int objectId, byte [] data) Overloaded function forinsert(int, io.qt.core.QByteArray)
.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
-
-
Method Details
-
conformityLevel
-
contains
-
insert
-
isValid
-
objectIds
-
equals
See
operator==(QModbusDeviceIdentification,
QModbusDeviceIdentification) -
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.
See
QModbusDeviceIdentification::
QModbusDeviceIdentification(QModbusDeviceIdentification) -
insert
Overloaded function for
insert(int, io.qt.core.QByteArray)
. -
fromByteArray
Overloaded function for
fromByteArray(io.qt.core.QByteArray)
.
-