Digi XBee(R) ANSI C Host Library
|
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... | |
Frame format for Extended Modem Status: Secure Session Auth Failed.
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 |
XBEE_MODEM_STATUS_SS_AUTH_FAILED (0x3D).