ZCL library  4.3
ZCL library to manage a Zigbee network
RequestListener Class Reference

This Class allows to receive the received request frames. More...

#include <RequestListener.h>

List of all members.

Public Member Functions

virtual void notifyReceivedRequest (dbyte nwkAddr, byte epNumber, dbyte clusterId, const ZCLFrame &frame)=0
 Invoked when a request frame is received.

Detailed Description

This Class allows to receive the received request frames.


Member Function Documentation

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.

Parameters:
nwkAddrthe network address of the node.
epNumberthe end point number.
clusterIdthe cluster identifier.
framethe received request frame.

The documentation for this class was generated from the following file: