QKnxCharStringASCII Class

The QKnxCharStringASCII class is a datapoint type that encodes a string of ASCII characters. More...

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

Public Functions

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

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

QKnxCharStringASCII::QKnxCharStringASCII(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.

QKnxCharStringASCII::QKnxCharStringASCII(QLatin1String string)

Creates a fixed size datapoint type storing the string string.

QKnxCharStringASCII::QKnxCharStringASCII()

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