Cascoda SDK
Cascoda SDK for building software to run with CA-821x transceivers
|
Describes a discovered PAN. More...
#include <ca821x-api/include/mac_messages.h>
Public Attributes | |
struct FullAddr | Coord |
PAN coordinator addressing information. More... | |
uint8_t | LogicalChannel |
Current operating channel. More... | |
uint8_t | SuperframeSpec [2] |
Superframe specification. More... | |
uint8_t | GTSPermit |
True if the beacon originator is a PAN coordinator accepting GTS requests. More... | |
uint8_t | LinkQuality |
LQI of the received beacon. More... | |
uint8_t | TimeStamp [4] |
Time at which the beacon was received, in symbols. More... | |
uint8_t | SecurityFailure |
Security processing status of the beacon frame. More... | |
struct SecSpec | Security |
Security specification of the beacon. More... | |
Describes a discovered PAN.
struct FullAddr PanDescriptor::Coord |
PAN coordinator addressing information.
uint8_t PanDescriptor::GTSPermit |
True if the beacon originator is a PAN coordinator accepting GTS requests.
uint8_t PanDescriptor::LinkQuality |
LQI of the received beacon.
uint8_t PanDescriptor::LogicalChannel |
Current operating channel.
struct SecSpec PanDescriptor::Security |
Security specification of the beacon.
uint8_t PanDescriptor::SecurityFailure |
Security processing status of the beacon frame.
uint8_t PanDescriptor::SuperframeSpec[2] |
Superframe specification.
uint8_t PanDescriptor::TimeStamp[4] |
Time at which the beacon was received, in symbols.