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 .