Digi XBee(R) ANSI C Host Library
Data Fields
xbee_frame_receive_ipv4_t Struct Reference

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]
 

Detailed Description

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


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