Digi XBee(R) ANSI C Host Library
Data Fields

Header of XBee API frame type 0x42 (XBEE_FRAME_SOCK_CONNECT); sent from host to XBee. More...

#include "xbee/socket_frames.h"

Data Fields

uint8_t frame_type
 
uint8_t frame_id
 
uint8_t socket_id
 
uint16_t remote_port_be
 
uint8_t addr_type
 

Detailed Description

Header of XBee API frame type 0x42 (XBEE_FRAME_SOCK_CONNECT); sent from host to XBee.

Followed by variable-length destination address. XBee responds with XBEE_FRAME_SOCK_CONNECT_RESP immediately to confirm the request and XBEE_FRAME_SOCK_STATUS with the connection status. < XBEE_FRAME_SOCK_CREATE (0x40) identifier to match response frames socket used for connection destination port format of variable-length destination addr 4-byte binary IPv4 address hostname or dotted quad (text)


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