QKnxServiceInfo Struct
The QKnxServiceInfo class contains the supported service and the corresponding service family version. More...
Header: | #include <QKnxServiceInfo> |
qmake: | QT += knx |
Public Functions
bool | operator!=(const QKnxServiceInfo &other) const |
bool | operator==(const QKnxServiceInfo &other) const |
Public Variables
QKnxNetIp::ServiceFamily | ServiceFamily |
quint8 | ServiceFamilyVersion |
Detailed Description
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.
See also QKnxNetIpServiceFamiliesDibProxy and Qt KNXnet/IP Connection Classes.
Member Function Documentation
bool QKnxServiceInfo::operator!=(const QKnxServiceInfo &other) const
Returns true
if this object and the given other are not equal; otherwise returns false
.
This function was introduced in Qt 5.13.
bool QKnxServiceInfo::operator==(const QKnxServiceInfo &other) const
Returns true
if this object and the given other are equal; otherwise returns false
.
This function was introduced in Qt 5.13.
Member Variable Documentation
QKnxNetIp::ServiceFamily QKnxServiceInfo::ServiceFamily
The service family is the high octet of the service type ID.
See also 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.
© 2024 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.