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() |
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
.
© 2024 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.