Digi XBee(R) ANSI C Host Library
|
Header for implementation of the ZigBee Identify Cluster (ZCL Spec section 3.5). More...
#include "zigbee/zcl.h"
Go to the source code of this file.
Macros | |
#define | ZCL_IDENTIFY_ATTR_IDENTIFY_TIME 0x0000 |
3.5.2.2, IdentifyTime Attribute | |
#define | ZCL_IDENTIFY_CMD_IDENTIFY 0x00 |
3.5.2.3.1, Identify Command | |
#define | ZCL_IDENTIFY_CMD_QUERY 0x01 |
3.5.2.3.2, Identify Query Command | |
#define | ZCL_IDENTIFY_CMD_QUERY_RESPONSE 0x00 |
3.5.2.4.1, Identify Query Response Command | |
#define | ZCL_CLUST_ENTRY_IDENTIFY_SERVER |
Macro to add an Identify Server cluster to an endpoint's cluster table. More... | |
Functions | |
int | zcl_identify_command (const wpan_envelope_t FAR *envelope, void FAR *context) |
Handler for ZCL Identify Server Commands (Identify, IdentifyQuery). More... | |
uint16_t | zcl_identify_isactive (void) |
Used by main program to see if a device is in "Identification mode". More... | |
Variables | |
const zcl_attribute_tree_t | zcl_identify_attribute_tree [] |
Header for implementation of the ZigBee Identify Cluster (ZCL Spec section 3.5).
Numbers in comments refer to sections of ZigBee Cluster Library specification (Document 075123r02ZB).