Provides definitions for the ZigBee Encapsulation Protocol (ZEP) More...
Provides definitions for the ZigBee Encapsulation Protocol (ZEP)
Files | |
file | zep.h |
Definitions for the ZigBee Encapsulation Protocol. | |
Data Structures | |
struct | zep_hdr_t |
ZEP header definition. More... | |
struct | zep_v1_hdr_t |
ZEPv1 header definition. More... | |
struct | zep_v2_data_hdr_t |
ZEPv2 header definition (type == Data) More... | |
struct | zep_v2_ack_hdr_t |
ZEPv2 header definition (type == Ack) More... | |
Macros | |
#define | ZEP_PORT_DEFAULT (17754) |
default ZEP port | |
#define | ZEP_V2_TYPE_DATA (1) |
Type == Data for ZEPv2 header. | |
#define | ZEP_V2_TYPE_ACK (2) |
Type == Ack for ZEPv2 header. | |
#define | ZEP_LENGTH_MASK (0x7f) |
Mask for length field. | |