Digi XBee(R) ANSI C Host Library
|
Format of XBee API frame type 0xCE (XBEE_FRAME_SOCK_RECEIVE_FROM); sent from XBee to host when a datagram arrives on a bound UDP socket. More...
#include "xbee/socket_frames.h"
Data Fields | |
uint8_t | frame_type |
uint8_t | frame_id |
uint8_t | socket_id |
uint32_t | remote_addr_be |
uint16_t | remote_port_be |
uint8_t | status |
uint8_t | payload [1] |
Format of XBee API frame type 0xCE (XBEE_FRAME_SOCK_RECEIVE_FROM); sent from XBee to host when a datagram arrives on a bound UDP socket.
< XBEE_FRAME_SOCK_RECEIVE_FROM (0xCE) identifier from request socket that received data remote IPv4 address remote port reserved for status information (set to 0) variable-length payload