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

Frame format for Secure Session Response. More...

#include "xbee/secure_session.h"

Data Fields

uint8_t frame_type
 Frame type set to XBEE_FRAME_SECURE_SESSION_RESP (0xAE). More...
 
uint8_t type
 Either XBEE_SS_RESP_TYPE_LOGIN or XBEE_SS_RESP_TYPE_LOGOUT. More...
 
addr64 remote_addr_be
 64-bit address of responding device. More...
 
uint8_t status
 One of the XBEE_SS_RESP_STATUS_xxx values. More...
 

Detailed Description

Frame format for Secure Session Response.

Field Documentation

uint8_t frame_type

Frame type set to XBEE_FRAME_SECURE_SESSION_RESP (0xAE).

addr64 remote_addr_be

64-bit address of responding device.

uint8_t status

One of the XBEE_SS_RESP_STATUS_xxx values.

uint8_t type

Either XBEE_SS_RESP_TYPE_LOGIN or XBEE_SS_RESP_TYPE_LOGOUT.


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