QKnxCharString88591 Class

The QKnxCharString88591 class is a datapoint type that encodes a string of ISO 8859-1 characters. 更多...

头: #include <QKnxCharString88591>
qmake: QT += knx
继承: QKnxCharString

公共函数

QKnxCharString88591 (const char * string , int size = -1)
QKnxCharString88591 (QLatin1String string )
QKnxCharString88591 ()

详细描述

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 .

成员函数文档编制

QKnxCharString88591:: QKnxCharString88591 (const char * string , int size = -1)

Creates a fixed size datapoint type storing the string string with the length size .

size is -1 , the full string 被使用。

QKnxCharString88591:: QKnxCharString88591 ( QLatin1String string )

Creates a fixed size datapoint type storing the string string .

QKnxCharString88591:: QKnxCharString88591 ()

Creates a fixed size datapoint type with the value set to null .