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
Macro | Description |
---|---|
ieeeAddr | IEEE Address - 64 bits |
shortAddr | Short Address - 16 bits |
rssiVal | Received Signal Strength Indicator |
lqi | Link Quality Indicator |
txPacketCnt | Packets which got Transmit Done Callback |
rxPacketCnt | Packets which got Ack from Peer Device |
valid | Set to true if there is valid address in the corresponding index of device table |