ZCL library
4.3
ZCL library to manage a Zigbee network
|
This Class allows to receive the received request frames. More...
#include <RequestListener.h>
Public Member Functions | |
virtual void | notifyReceivedRequest (dbyte nwkAddr, byte epNumber, dbyte clusterId, const ZCLFrame &frame)=0 |
Invoked when a request frame is received. |
This Class allows to receive the received request frames.
virtual void RequestListener::notifyReceivedRequest | ( | dbyte | nwkAddr, |
byte | epNumber, | ||
dbyte | clusterId, | ||
const ZCLFrame & | frame | ||
) | [pure virtual] |
Invoked when a request frame is received.
The observers are notified of received request frame.
nwkAddr | the network address of the node. |
epNumber | the end point number. |
clusterId | the cluster identifier. |
frame | the received request frame. |