Cascoda SDK
Cascoda SDK for building software to run with CA-821x transceivers
Loading...
Searching...
No Matches

Describes a discovered PAN. More...

#include <ca821x-api/include/mac_messages.h>

Collaboration diagram for PanDescriptor:

Public Attributes

struct FullAddr Coord
 PAN coordinator addressing information.
 
uint8_t LogicalChannel
 Current operating channel.
 
uint8_t SuperframeSpec [2]
 Superframe specification.
 
uint8_t GTSPermit
 True if the beacon originator is a PAN coordinator accepting GTS requests.
 
uint8_t LinkQuality
 LQI of the received beacon.
 
uint8_t TimeStamp [4]
 Time at which the beacon was received, in symbols.
 
uint8_t SecurityFailure
 Security processing status of the beacon frame.
 
struct SecSpec Security
 Security specification of the beacon.
 

Detailed Description

Describes a discovered PAN.

Member Data Documentation

◆ Coord

struct FullAddr PanDescriptor::Coord

PAN coordinator addressing information.

◆ GTSPermit

uint8_t PanDescriptor::GTSPermit

True if the beacon originator is a PAN coordinator accepting GTS requests.

◆ LinkQuality

uint8_t PanDescriptor::LinkQuality

LQI of the received beacon.

◆ LogicalChannel

uint8_t PanDescriptor::LogicalChannel

Current operating channel.

◆ Security

struct SecSpec PanDescriptor::Security

Security specification of the beacon.

◆ SecurityFailure

uint8_t PanDescriptor::SecurityFailure

Security processing status of the beacon frame.

◆ SuperframeSpec

uint8_t PanDescriptor::SuperframeSpec[2]

Superframe specification.

◆ TimeStamp

uint8_t PanDescriptor::TimeStamp[4]

Time at which the beacon was received, in symbols.


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