QKnxNetIpDib Class

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

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

Detailed Description

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.

See also QKnxNetIpConfigDibProxy, QKnxNetIpCurrentConfigDibProxy, QKnxNetIpDeviceDibProxy, QKnxNetIpKnxAddressesDibProxy, QKnxNetIpManufacturerDibProxy, QKnxNetIpServiceFamiliesDibProxy, and Qt KNXnet/IP Connection Classes.