QKnx4ByteUnsignedValue Class
The QKnx4ByteUnsignedValue class is a datapoint type with a 4-byte unsigned value. More...
Header: | #include <QKnx4ByteUnsignedValue> |
qmake: | QT += knx |
Inherits: | QKnxFixedSizeDatapointType |
Public Functions
QKnx4ByteUnsignedValue() | |
QKnx4ByteUnsignedValue(quint32 value) | |
bool | setValue(quint32 value) |
quint32 | value() const |
Reimplemented Public Functions
virtual bool | isValid() const override |
- 33 public functions inherited from QKnxDatapointType
Protected Functions
QKnx4ByteUnsignedValue(int subType, quint32 value) |
- 2 protected functions inherited from QKnxDatapointType
Detailed Description
The QKnx4ByteUnsignedValue class is a datapoint type with a 4-byte unsigned value.
This is a fixed size datapoint type with the length of 4 bytes.
Integer values from 0 to 4 294 967 295 can be encoded in this datapoint type.
See also QKnxDatapointType.
Member Function Documentation
QKnx4ByteUnsignedValue::QKnx4ByteUnsignedValue()
Default constructs an instance of QKnx4ByteUnsignedValue.
QKnx4ByteUnsignedValue::QKnx4ByteUnsignedValue(quint32 value)
Default constructs an instance of QKnx4ByteUnsignedValue.
[protected]
QKnx4ByteUnsignedValue::QKnx4ByteUnsignedValue(int subType, quint32 value)
Default constructs an instance of QKnx4ByteUnsignedValue.
[override virtual]
bool QKnx4ByteUnsignedValue::isValid() const
Reimplemented from QKnxDatapointType::isValid().
bool QKnx4ByteUnsignedValue::setValue(quint32 value)
See also value().
quint32 QKnx4ByteUnsignedValue::value() const
See also setValue().
© 2017 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.