The QKnxValue4UCount class is a datapoint type with a 4-byte unsigned value. 更多...
头: | #include <QKnxValue4UCount> |
qmake: | QT += knx |
继承: | QKnx4ByteUnsignedValue |
QKnxValue4UCount (quint32 value ) | |
QKnxValue4UCount () |
This is a fixed size datapoint type with the length of 4 bytes.
另请参阅 QKnx4ByteUnsignedValue , QKnxDatapointType ,和 Qt KNX Datapoint Type Classes .
Creates a fixed size datapoint type with the value value .
Creates a fixed size datapoint type with the value set to
0
.