|
Digi XBee(R) ANSI C Host Library
|
Format of XBee API frame type 0xCD (XBEE_FRAME_SOCK_RECEIVE); sent from XBee to host when data arrives on a connected socket. More...
#include "xbee/socket_frames.h"
Data Fields | |
| uint8_t | frame_type |
| uint8_t | frame_id |
| uint8_t | socket_id |
| uint8_t | status |
| uint8_t | payload [1] |
Format of XBee API frame type 0xCD (XBEE_FRAME_SOCK_RECEIVE); sent from XBee to host when data arrives on a connected socket.
< XBEE_FRAME_SOCK_RECEIVE (0xCD) identifier from request socket that received data reserved for status information (set to 0) variable-length payload
1.8.11