Digi XBee(R) ANSI C Host Library
Data Fields
xbee_header_secure_session_req_t Struct Reference

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...
 

Detailed Description

Frame format for the header of Secure Session Control frame.

Field Documentation

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().


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