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

This Class allows to receive the notification events. More...

#include <NotificationListener.h>

List of all members.

Public Member Functions

virtual void notifyReportAttribute (dbyte nwkAddr, byte epNumber, dbyte clusterId, byte seqNumber, const ReportAttribute attributes[], int size)=0
 Invoked when a Report attributes is received.
virtual void notifyClusterSpecificCommand (dbyte nwkAddr, byte epNumber, dbyte clusterId, byte seqNumber, byte cmd, const ClusterSpecCmdAttribute attributes[], int size)=0
 Invoked when a cluster specific command is received.

Detailed Description

This Class allows to receive the notification events.


Member Function Documentation

virtual void NotificationListener::notifyClusterSpecificCommand ( dbyte  nwkAddr,
byte  epNumber,
dbyte  clusterId,
byte  seqNumber,
byte  cmd,
const ClusterSpecCmdAttribute  attributes[],
int  size 
) [pure virtual]

Invoked when a cluster specific command is received.

The observers are notified of this command.

Parameters:
nwkAddrthe network address of the node.
epNumberthe end point number.
clusterIdthe cluster identifier.
seqNumberthe transaction sequence number of the received ZCL Frame.
cmdthe cluster specific command.
attributesthe cluster specific command attributes.
sizethe attributes array size.
virtual void NotificationListener::notifyReportAttribute ( dbyte  nwkAddr,
byte  epNumber,
dbyte  clusterId,
byte  seqNumber,
const ReportAttribute  attributes[],
int  size 
) [pure virtual]

Invoked when a Report attributes is received.

The observers are notified of report attributes.

Parameters:
nwkAddrthe network address of the node.
epNumberthe end point number.
clusterIdthe cluster identifier.
seqNumberthe transaction sequence number of the received ZCL Frame.
attributesthe report attributes.
sizethe attributes array size.

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