|
Digi XBee(R) ANSI C Host Library
|
Frame format for the header of Secure Session Control frame. More...
#include "xbee/secure_session.h"
Data Fields | |
| uint8_t | frame_type |
| Frame type set to XBEE_FRAME_SECURE_SESSION_REQ (0x2E) | |
| addr64 | remote_addr_be |
| 64-bit address of remote device (client or server) | |
| uint8_t | options |
| Combination of XBEE_SS_REQ_OPT_xxx macros. | |
| uint16_t | timeout_be |
| Timeout in 0.1s increments or XBEE_SS_REQ_TIMEOUT_YIELDING; see also XBEE_SS_REQ_TIMEOUT_xxx. More... | |
Frame format for the header of Secure Session Control frame.
| uint16_t timeout_be |
Timeout in 0.1s increments or XBEE_SS_REQ_TIMEOUT_YIELDING; see also XBEE_SS_REQ_TIMEOUT_xxx.
Referenced by xbee_secure_session_request().
1.8.11