The QKnxCharStringASCII class is a datapoint type that encodes a string of ASCII characters. 更多...
头: | #include <QKnxCharStringASCII> |
qmake: | QT += knx |
继承: | QKnxCharString |
QKnxCharStringASCII (const char * string , int size = -1) | |
QKnxCharStringASCII (QLatin1String string ) | |
QKnxCharStringASCII () |
This datapoint type encodes a string of QKnxChar .
This is a fixed size datapoint type with the length of 14 bytes.
另请参阅 QKnxChar , QKnxDatapointType ,和 Qt KNX Datapoint Type Classes .
Creates a fixed size datapoint type storing the string string with the length size .
若
size
is
-1
, the full
string
被使用。
Creates a fixed size datapoint type storing the string string .
Creates a fixed size datapoint type with the value set to
null
.