QKnx32BitSet Class
The QKnx32BitSet class is a datapoint type with binary-coded values in all fields. More...
Header: | #include <QKnx32BitSet> |
qmake: | QT += knx |
Inherits: | QKnxFixedSizeDatapointType |
Public Functions
QKnx32BitSet() | |
QKnx32BitSet(quint32 value) | |
bool | setValue(quint32 value) |
quint32 | value() const |
- 33 public functions inherited from QKnxDatapointType
Protected Functions
QKnx32BitSet(int subType, quint32 value) |
- 2 protected functions inherited from QKnxDatapointType
Detailed Description
The QKnx32BitSet class is a datapoint type with binary-coded values in all fields.
This is a fixed size datapoint type with the length of 4 bytes.
There is only one class inheriting QKnx32BitSet: QKnxCombinedInfoOnOff.
See also QKnxDatapointType.
Member Function Documentation
QKnx32BitSet::QKnx32BitSet()
Default constructs an instance of QKnx32BitSet.
QKnx32BitSet::QKnx32BitSet(quint32 value)
Default constructs an instance of QKnx32BitSet.
[protected]
QKnx32BitSet::QKnx32BitSet(int subType, quint32 value)
Default constructs an instance of QKnx32BitSet.
bool QKnx32BitSet::setValue(quint32 value)
See also value().
quint32 QKnx32BitSet::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.