java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.serialbus.QModbusDeviceIdentification
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
public class QModbusDeviceIdentification extends QtObject implements Cloneable
Container class representing the physical and functional description of a Modbus server
Java wrapper for Qt class QModbusDeviceIdentification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
QModbusDeviceIdentification.ConformityLevel
Java wrapper for Qt enum QModbusDeviceIdentification::ConformityLevelstatic class
QModbusDeviceIdentification.ObjectId
Java wrapper for Qt enum QModbusDeviceIdentification::ObjectIdstatic class
QModbusDeviceIdentification.ReadDeviceIdCode
Java wrapper for Qt enum QModbusDeviceIdentification::ReadDeviceIdCode -
Constructor Summary
Constructors Modifier Constructor Description QModbusDeviceIdentification()
protected
QModbusDeviceIdentification(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description QModbusDeviceIdentification
clone()
QModbusDeviceIdentification.ConformityLevel
conformityLevel()
boolean
contains(int objectId)
static QModbusDeviceIdentification
fromByteArray(QByteArray ba)
boolean
insert(int objectId, QByteArray data)
boolean
isValid()
QList<Integer>
objectIds()
void
remove(int objectId)
void
setConformityLevel(QModbusDeviceIdentification.ConformityLevel level)
QByteArray
value(int objectId)
-
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
-
clone
-