Microchip® Advanced Software Framework

pairing_table_tag Struct Reference

Structure implementing the pairing table entry as defined by 094945r00ZB_RF4CE-Specification.pdf.

#include <rf4ce.h>

Data Fields

uint64_t DestinationIEEEaddress
 The IEEE address of the destination device. More...
 
uint8_t DestinationLogicalChannel
 The expected channel of the destination device. More...
 
uint16_t DestinationNetworkAddress
 The network address of the destination device. More...
 
uint16_t DestinationPANidentifier
 The PAN identifier of the destination device. More...
 
uint8_t RecipientCapabilities
 The node capabilities of the recipient node. More...
 
uint32_t RecipientFrameCounter
 The frame counter last received from the recipient node. More...
 
uint8_t SecurityLinkKey [16]
 The link key to be used to secure this pairing link. More...
 
uint16_t SourceNetworkAddress
 The network address to be assumed by the source device. More...
 

uint64_t pairing_table_tag::DestinationIEEEaddress

The IEEE address of the destination device.

Referenced by print_pairing_table().

uint8_t pairing_table_tag::DestinationLogicalChannel

The expected channel of the destination device.

Referenced by nlme_get_confirm(), and print_pairing_table().

uint16_t pairing_table_tag::DestinationNetworkAddress

The network address of the destination device.

Referenced by print_pairing_table().

uint16_t pairing_table_tag::DestinationPANidentifier

The PAN identifier of the destination device.

Referenced by print_pairing_table().

uint8_t pairing_table_tag::RecipientCapabilities

The node capabilities of the recipient node.

Referenced by print_pairing_table().

uint32_t pairing_table_tag::RecipientFrameCounter

The frame counter last received from the recipient node.

Referenced by print_pairing_table().

uint8_t pairing_table_tag::SecurityLinkKey[16]

The link key to be used to secure this pairing link.

Referenced by print_pairing_table().

uint16_t pairing_table_tag::SourceNetworkAddress

The network address to be assumed by the source device.

Referenced by print_pairing_table().