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.