1#ifndef DECONZ_TOUCHLINK_CONTROLLER_H
2#define DECONZ_TOUCHLINK_CONTROLLER_H
16#include <deconz/touchlink.h>
20class TouchlinkControllerPrivate;
60 uint32_t generateTransactionId()
const;
92 void interpanIndication(
const QByteArray &ind);
Definition touchlink_controller.cpp:20
Provides services to access interpan and touchlink functionality.
Definition touchlink_controller.h:28
virtual int sendInterpanRequest(const TouchlinkRequest &req)=0
Sends a interpan request.
virtual int startInterpanMode(uint8_t channel)=0
Start interpan networking.
Base class for all touchlink requests.
Definition touchlink.h:35
The deCONZ namespace.
Definition aps.cpp:19
TouchlinkStatus
Status codes used by the touchlink module.
Definition touchlink.h:21
Declaration of the most common deCONZ library types.