|
Digi XBee(R) ANSI C Host Library
|
Format of XBee API frame type 0xB0 (XBEE_FRAME_RECEIVE_IPV4); received from XBee by host. More...
#include "xbee/ipv4.h"
Data Fields | |
| uint8_t | frame_type |
| uint32_t | remote_addr_be |
| uint16_t | local_port_be |
| uint16_t | remote_port_be |
| uint8_t | protocol |
| uint8_t | status |
| uint8_t | payload [1] |
Format of XBee API frame type 0xB0 (XBEE_FRAME_RECEIVE_IPV4); received from XBee by host.
< XBEE_FRAME_RECEIVE_IPV4 (0xB0) < see XBEE_IPV4_PROTOCOL_xxx < multi-byte payload
1.8.11