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

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

Detailed Description

Frame format for Extended Modem Status: Secure Session Established.

Field Documentation

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
uint16_t timeout_be

Timeout set by client; see XBEE_SS_REQ_TIMEOUT_xxx.


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