Digi XBee(R) ANSI C Host Library
|
Frame format for Extended Modem Status: Secure Session Ended. 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_ENDED (0x3C). More... | |
addr64 | remote_addr_be |
64-bit address of the remote node in this session. More... | |
uint8_t | reason |
Reason session ended; see XBEE_SS_END_REASON_xxx macros. More... | |
Frame format for Extended Modem Status: Secure Session Ended.
uint8_t frame_type |
Frame type set to XBEE_FRAME_EXT_MODEM_STATUS (0x98).
uint8_t reason |
Reason session ended; see XBEE_SS_END_REASON_xxx macros.
addr64 remote_addr_be |
64-bit address of the remote node in this session.
uint8_t status_code |
XBEE_MODEM_STATUS_SS_ENDED (0x3C).