Provides definitions for the ZigBee Encapsulation Protocol (ZEP)
More...
Provides definitions for the ZigBee Encapsulation Protocol (ZEP)
|
| file | zep.h |
| | Definitions for the ZigBee Encapsulation Protocol.
|
| |
◆ ZEP_LENGTH_MASK
| #define ZEP_LENGTH_MASK (0x7f) |
Mask for length field.
Definition at line 48 of file zep.h.
◆ ZEP_PORT_DEFAULT
| #define ZEP_PORT_DEFAULT (17754) |
default ZEP port
Definition at line 33 of file zep.h.
◆ ZEP_V2_TYPE_ACK
| #define ZEP_V2_TYPE_ACK (2) |
Type == Ack for ZEPv2 header.
Definition at line 43 of file zep.h.
◆ ZEP_V2_TYPE_DATA
| #define ZEP_V2_TYPE_DATA (1) |
Type == Data for ZEPv2 header.
Definition at line 38 of file zep.h.