|
Digi XBee(R) ANSI C Host Library
|
Frame format for Extended Modem Status: Secure Session Established. More...
#include "xbee/secure_session.h"
Data Fields | |
| uint8_t | frame_type |
| Frame type set to XBEE_FRAME_EXT_MODEM_STATUS (0x98). More... | |
| uint8_t | status_code |
| XBEE_MODEM_STATUS_SS_ESTABLISHED (0x3B). More... | |
| addr64 | remote_addr_be |
| 64-bit address of client. More... | |
| uint8_t | options |
| Options set by client; combination of XBEE_SS_REQ_OPT_xxx macros. More... | |
| uint16_t | timeout_be |
| Timeout set by client; see XBEE_SS_REQ_TIMEOUT_xxx. More... | |
Frame format for Extended Modem Status: Secure Session Established.
| uint8_t frame_type |
Frame type set to XBEE_FRAME_EXT_MODEM_STATUS (0x98).
| uint8_t options |
Options set by client; combination of XBEE_SS_REQ_OPT_xxx macros.
| addr64 remote_addr_be |
64-bit address of client.
| uint8_t status_code |
XBEE_MODEM_STATUS_SS_ESTABLISHED (0x3B).
| uint16_t timeout_be |
Timeout set by client; see XBEE_SS_REQ_TIMEOUT_xxx.
1.8.11