QKnxNetIpDib Class

The QKnxNetIpDib class stores a specific block of device information that is used when responding to a KNXnet/IP description request. 更多...

头: #include <QKnxNetIpDib>
qmake: QT += knx

    详细描述

    At least two KNXnet/IP description information block (DIB) structures are returned in response to QKnxNetIpDescriptionRequestProxy . They contain information about the device capabilities on device hardware and the supported service families. More than two DIB structures may be returned in one QKnxNetIpDescriptionResponseProxy frame.

    The first octet of each DIB contains the length of the DIB structure. The second octet declares the DIB structure type. Then the actual data of the DIB follows.

    另请参阅 QKnxNetIpConfigDibProxy , QKnxNetIpCurrentConfigDibProxy , QKnxNetIpDeviceDibProxy , QKnxNetIpKnxAddressesDibProxy , QKnxNetIpManufacturerDibProxy , QKnxNetIpServiceFamiliesDibProxy ,和 Qt KNXnet/IP Connection Classes .