SZSPTP ez430-RF2480 1.0

ZigBee Sensor Network with synchronized time and time-stamped measurements.
Simple API interface
+ Collaboration diagram for Simple API interface:

Macros

#define CCAI_MSGR_ZB_APP_REGISTER_REQUEST   0x660A
 Response to a request to register the application with the CC2480 device.
 
#define CCAI_MSGR_ZB_START_REQUEST   0x6600
 Response to a request to start the ZigBee stack.
 
#define CCAI_MSGP_ZB_START_CONFIRM   0x4680
 Sent by CC2480 to return the results from a ZB_START_REQUEST.
 
#define CCAI_MSGR_ZB_PERMIT_JOINING_REQUEST   0x6608
 Response to a request to change the joining permissions.
 
#define CCAI_MSGR_ZB_BIND_DEVICE   0x6601
 Response to a request to create or delete a binding to another device on the network.
 
#define CCAI_MSGP_ZB_BIND_CONFIRM   0x4681
 Sent by CC2480 to return the results from a ZB_BIND_DEVICE.
 
#define CCAI_MSGR_ZB_ALLOW_BIND   0x6602
 Response to a request to put CC2480 in allow binding mode.
 
#define CCAI_MSGP_ZB_ALLOW_BIND_CONFIRM   0x4682
 Sent by CC2480 when it responds to a bind request from a remote device.
 
#define CCAI_MSGR_ZB_SEND_DATA_REQUEST   0x6603
 Response to a request to transmit data to another device.
 
#define CCAI_MSGP_ZB_SEND_DATA_CONFIRM   0x4683
 Sent from CC2480 to return the results from a ZB_SEND_DATA_REQUEST.
 
#define CCAI_MSGP_ZB_RECEIVE_DATA_INDICATION   0x4687
 Sent by CC2480 to indicate that it has received a packet from a remote device.
 
#define CCAI_MSGR_ZB_GET_DEVICE_INFO   0x6606
 Response to a request to read a device information property.
 
#define CCAI_MSGR_ZB_FIND_DEVICE_REQUEST   0x6607
 Response to a request to determine the short address for a device in the network.
 
#define CCAI_MSGP_ZB_FIND_DEVICE_CONFIRM   0x4685
 Sent by CC2480 to return the results from a ZB_FIND_DEVICE_REQUEST.
 

Detailed Description