QKnxCharString88591 Class

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

Header: #include <QKnxCharString88591>
qmake: QT += knx
Inherits: QKnxCharString

Public Functions

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

Detailed Description

This datapoint type encodes a string of QKnxChar.

This is a fixed size datapoint type with the length of 14 bytes.

See also QKnxChar, QKnxDatapointType, and Qt KNX Datapoint Type Classes.

Member Function Documentation

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

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

If size is -1, the full string is used.

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.

© 2023 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.