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.