QKnxVarString88591 Class

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

Header: #include <QKnxVarString88591>
qmake: QT += knx
Since: Qt 5.11
Inherits: QKnxVarString

This class was introduced in Qt 5.11.

Public Functions

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

Detailed Description

This is a variable sized datapoint type.

See also QKnxDatapointType and Qt KNX Datapoint Type Classes.

Member Function Documentation

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

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

QKnxVarString88591::QKnxVarString88591(QLatin1String string)

Creates a fixed size datapoint type storing the string string.

QKnxVarString88591::QKnxVarString88591()

Creates a variable sized datapoint type.