QKnxChar88591 Class

The QKnxChar88591 class is a datapoint type that encodes an ISO 8859-1 character. 更多...

頭: #include <QKnxChar88591>
qmake: QT += knx
繼承: QKnxChar

公共函數

QKnxChar88591 (unsigned char character )
QKnxChar88591 ()
unsigned char character () const
bool setCharacter (unsigned char value )

詳細描述

This is a fixed size datapoint type with the length of 1 byte.

另請參閱 QKnxChar , QKnxDatapointType ,和 Qt KNX Datapoint Type Classes .

成員函數文檔編製

QKnxChar88591:: QKnxChar88591 ( unsigned char character )

Creates a fixed size datapoint type with the character character .

QKnxChar88591:: QKnxChar88591 ()

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

unsigned char QKnxChar88591:: character () const

Returns the character stored in the datapoint type.

另請參閱 setCharacter ().

bool QKnxChar88591:: setCharacter ( unsigned char value )

Sets the character of the datapoint type to value .

返迴 true if the value was set; otherwise returns false .

另請參閱 character ().