QKnxSecuredServiceInfo Struct

The QKnxSecuredServiceInfo class contains the supported service family and the corresponding required security version. 更多...

头: #include <QKnxSecuredServiceInfo>
qmake: QT += knx
Since: Qt 5.12

This struct was introduced in Qt 5.12.

公共变量

quint8 RequiredSecurityVersion
QKnxNetIp::ServiceFamily ServiceFamily

详细描述

The service family is the high octet of the service type ID and the required security version is an integer representing the security version.

另请参阅 QKnxNetIpSecuredServiceFamiliesDibProxy and Qt KNXnet/IP Connection Classes .

成员变量文档编制

quint8 QKnxSecuredServiceInfo:: RequiredSecurityVersion

The required security version is an integer representing the security version.

QKnxNetIp::ServiceFamily QKnxSecuredServiceInfo:: ServiceFamily

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

另请参阅 QKnx::NetIp::ServiceType and QKnx::NetIp::ServiceFamily .