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 .
返回
true
if this object and the given
other
不相等;则返回
false
.
该函数在 Qt 5.13 引入。
返回
true
if this object and the given
other
相等;否则返回
false
.
该函数在 Qt 5.13 引入。
The service family is the high octet of the service type ID.
另请参阅 QKnx::NetIp::ServiceType and QKnx::NetIp::ServiceFamily .
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.