|
Digi XBee(R) ANSI C Host Library
|
Format of XBee API frame type 0x91 (XBEE_FRAME_RECEIVE_EXPLICIT); received from XBee by host. More...
#include "xbee/wpan.h"
Data Fields | |
| uint8_t | frame_type |
| addr64 | ieee_address |
| uint16_t | network_address_be |
| uint8_t | source_endpoint |
| uint8_t | dest_endpoint |
| uint16_t | cluster_id_be |
| uint16_t | profile_id_be |
| uint8_t | options |
| uint8_t | payload [1] |
Format of XBee API frame type 0x91 (XBEE_FRAME_RECEIVE_EXPLICIT); received from XBee by host.
< XBEE_FRAME_RECEIVE_EXPLICIT (0x91) < bitfield, see XBEE_RX_OPT_xxx macros multi-byte payload
1.8.11