QKnxServiceInfo Struct

The QKnxServiceInfo class contains the supported service and the corresponding service family version. 更多...

頭: #include <QKnxServiceInfo>
qmake: QT += knx

公共函數

bool operator!= (const QKnxServiceInfo & other ) const
bool operator== (const QKnxServiceInfo & other ) const

公共變量

QKnxNetIp::ServiceFamily ServiceFamily
quint8 ServiceFamilyVersion

詳細描述

The service family is the high octet of the service type ID and the service family version is an integer representing the service family version. It refers to the version of the corresponding KNXnet/IP document, not to the manufacturer's implemented version.

另請參閱 QKnxNetIpServiceFamiliesDibProxy and Qt KNXnet/IP Connection Classes .

成員函數文檔編製

bool QKnxServiceInfo:: operator!= (const QKnxServiceInfo & other ) const

返迴 true if this object and the given other 不相等;則返迴 false .

該函數在 Qt 5.13 引入。

bool QKnxServiceInfo:: operator== (const QKnxServiceInfo & other ) const

返迴 true if this object and the given other 相等;否則返迴 false .

該函數在 Qt 5.13 引入。

成員變量文檔編製

QKnxNetIp::ServiceFamily QKnxServiceInfo:: ServiceFamily

The service family is the high octet of the service type ID.

另請參閱 QKnx::NetIp::ServiceType and QKnx::NetIp::ServiceFamily .

quint8 QKnxServiceInfo:: ServiceFamilyVersion

The service family version is an integer representing the service family version. It refers to the version of the corresponding KNXnet/IP document, not to the manufacturer's implemented version.