The QKnxUtf8 class is a datapoint type for a UTF-8 string. 更多...
头: | #include <QKnxUtf8> |
qmake: | QT += knx |
Since: | Qt 5.11 |
继承: | QKnxUtf8String |
该类在 Qt 5.11 引入。
QKnxUtf8 (const char * string , int size = -1) | |
QKnxUtf8 (const QString & string ) | |
QKnxUtf8 () |
This datapoint type stores a UTF-8 (Unicode Transformation Format-8) string. The data length for one character can vary from 1 to 4 octets. Each character is encoded according to UTF-8.
This is a variable sized datapoint type.
另请参阅 QKnxDatapointType , QKnxUtf8String ,和 Qt KNX Datapoint Type Classes .
Creates a variable sized datapoint type that stores the string string with the length size .
Creates a variable sized datapoint type that stores the string string .
Creates a variable sized datapoint type.