|
Digi XBee(R) ANSI C Host Library
|
Header of XBee API frame type 0x45 (XBEE_FRAME_SOCK_SENDTO); 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 |
| uint32_t | remote_addr_be |
| uint16_t | remote_port_be |
| uint8_t | options |
Header of XBee API frame type 0x45 (XBEE_FRAME_SOCK_SENDTO); sent from host to XBee.
Followed by variable-length payload. XBee responds with XBEE_FRAME_TX_STATUS (0x89) for a non-zero frame_id. < XBEE_FRAME_SOCK_SENDTO (0x45) identifier to match response frame socket used for connection 4-byte destination IPv4 address 16-bit destination port reserved for transmit options (set to 0)
1.8.11