ResetBuilder Class

class QKnxDeviceManagementFrame::ResetBuilder

The QKnxDeviceManagementFrame::ResetBuilder class provides the means to build valid device management reset service frames. More...

Public Functions

QKnxDeviceManagementFrame createIndication()
QKnxDeviceManagementFrame createRequest()

Detailed Description

The reset service is used by a common external message interface (cEMI) client to send a reset request frame, M_Reset.req. It may be followed by a reset indication frame, M_Reset.ind.

See also QKnxDeviceManagementFrame::MessageCode, QKnxDeviceManagementFrame, and Qt KNX Device Management Classes.

Member Function Documentation

QKnxDeviceManagementFrame ResetBuilder::createIndication()

Creates a reset indication frame.

QKnxDeviceManagementFrame ResetBuilder::createRequest()

Creates a reset request frame.