QKnxFixedSizeDatapointType Class
The QKnxFixedSizeDatapointType class is a base class for datapoint types with a fixed size. More...
Header: | #include <QKnxFixedSizeDatapointType> |
qmake: | QT += knx |
Inherits: | QKnxDatapointType |
Inherited By: | QKnx1Bit, QKnx1BitControlled, QKnx1Byte, QKnx2BitSet, QKnx2ByteFloat, QKnx2ByteSignedValue, QKnx2ByteUnsignedValue, QKnx32BitSet, QKnx3BitControlled, QKnx4ByteFloat, QKnx4ByteSignedValue, QKnx4ByteUnsignedValue, QKnx8BitSet, QKnx8BitSignedValue, QKnx8BitUnsignedValue, QKnxChar, QKnxCharString, QKnxDate, QKnxDateTime, QKnxElectricalEnergy, QKnxEntranceAccess, QKnxSceneControl, QKnxSceneInfo, QKnxSceneNumber, QKnxStatusMode3, and QKnxTimeOfDay |
Public Functions
QKnxFixedSizeDatapointType(Type type, int size) | |
QKnxFixedSizeDatapointType(const QString &dptId, int size) | |
QKnxFixedSizeDatapointType(quint16 mainType, quint16 subType, int size) |
- 33 public functions inherited from QKnxDatapointType
Additional Inherited Members
- 2 protected functions inherited from QKnxDatapointType
Detailed Description
The QKnxFixedSizeDatapointType class is a base class for datapoint types with a fixed size.
See also Type.
Member Function Documentation
QKnxFixedSizeDatapointType::QKnxFixedSizeDatapointType(Type type, int size)
Creates a fixed size datapoint type with the type type
and the size size.
QKnxFixedSizeDatapointType::QKnxFixedSizeDatapointType(const QString &dptId, int size)
Creates a fixed size datapoint type with the identifier dptId
and the size size.
QKnxFixedSizeDatapointType::QKnxFixedSizeDatapointType(quint16 mainType, quint16 subType, int size)
Creates a fixed size datapoint type with the main type mainType
, subtype subType, and the size size.
© 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.