QKnxValue4UCount Class

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 .

成员函数文档编制

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 .