QKnxValue4UCount Class
The QKnxValue4UCount class is a datapoint type with a 4-byte unsigned value. More...
Header: | #include <QKnxValue4UCount> |
qmake: | QT += knx |
Inherits: | QKnx4ByteUnsignedValue |
Public Functions
QKnxValue4UCount(quint32 value) | |
QKnxValue4UCount() |
Detailed Description
This is a fixed size datapoint type with the length of 4 bytes.
See also QKnx4ByteUnsignedValue, QKnxDatapointType, and Qt KNX Datapoint Type Classes.
Member Function Documentation
QKnxValue4UCount::QKnxValue4UCount(quint32 value)
Creates a fixed size datapoint type with the value value.
QKnxValue4UCount::QKnxValue4UCount()
Creates a fixed size datapoint type with the value set to 0
.