Digi XBee(R) ANSI C Host Library
Data Fields

Format of XBee API frame type 0x46 (XBEE_FRAME_SOCK_BIND_LISTEN). More...

#include "xbee/socket_frames.h"

Data Fields

uint8_t frame_type
 
uint8_t frame_id
 
uint8_t socket_id
 
uint16_t local_port_be
 

Detailed Description

Format of XBee API frame type 0x46 (XBEE_FRAME_SOCK_BIND_LISTEN).

Sent from host to XBee, which responds with XBEE_FRAME_SOCK_LISTEN_RESP. New TCP/SSL connections result in XBee sending an XBEE_FRAME_SOCK_IPV4_CLIENT frame. For UDP sockets, XBee sends an XBEE_FRAME_SOCK_RECEIVE_FROM frame for every inbound packet. < XBEE_FRAME_SOCK_BIND_LISTEN (0x46) identifier to match response frame socket used for connection port to listen on


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