Digi XBee(R) ANSI C Host Library
Data Fields

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]
 

Detailed Description

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


The documentation for this struct was generated from the following file: