Cascoda SDK
Cascoda SDK for building software to run with CA-821x transceivers

Contains full addressing information for a node. More...

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

Public Attributes

uint8_t AddressMode
 Clarifies the contents of Address (empty, short, extended). More...
 
uint8_t PANId [2]
 PanId (little-endian) More...
 
uint8_t Address [8]
 Short or Extended Address, based on AddressMode (little-endian) More...
 

Detailed Description

Contains full addressing information for a node.

Member Data Documentation

◆ Address

uint8_t FullAddr::Address[8]

Short or Extended Address, based on AddressMode (little-endian)

◆ AddressMode

uint8_t FullAddr::AddressMode

Clarifies the contents of Address (empty, short, extended).

See mac_addr_mode.

◆ PANId

uint8_t FullAddr::PANId[2]

PanId (little-endian)


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