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

Frame format for Extended Modem Status: Secure Session Auth Failed. 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_AUTH_FAILED (0x3D). More...
 
addr64 remote_addr_be
 64-bit address of the remote node in this session. More...
 
uint8_t error
 Error that caused failure; see XBEE_SS_RESP_STATUS_xxx macros. More...
 

Detailed Description

Frame format for Extended Modem Status: Secure Session Auth Failed.

Field Documentation

uint8_t error

Error that caused failure; see XBEE_SS_RESP_STATUS_xxx macros.

uint8_t frame_type

Frame type set to XBEE_FRAME_EXT_MODEM_STATUS (0x98).

addr64 remote_addr_be

64-bit address of the remote node in this session.

uint8_t status_code

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