13.7.4.1 DEVICE_TABLE

C

typedef struct 
{
    uint64_t ieeeAddr; 
    uint16_t shortAddr;
    int8_t rssiVal; 
    uint8_t lqi;
    uint64_t txPacketCnt; 
    uint64_t rxPacketCnt; 
    bool valid; 
}DEVICE_TABLE;

Description

The structure contains the PAN Network information about the self and peer devices. In the application, index 0 is reserved for self information. To update the device table, console commands can be used. Please refer Command Table section for more details.

Field Documentation

Table 13-12. Application Configurations
MacroDescription
ieeeAddrIEEE Address - 64 bits
shortAddrShort Address - 16 bits
rssiValReceived Signal Strength Indicator
lqiLink Quality Indicator
txPacketCntPackets which got Transmit Done Callback
rxPacketCntPackets which got Ack from Peer Device
validSet to true if there is valid address in the corresponding index of device table