1.3.3.1.41 MAC_DEVICE_TABLE_ENTRY Struct
C
typedef struct
{
uint32_t frameCounter;
MAC_SHORT_ADDRESS shortAddress;
} MAC_DEVICE_TABLE_ENTRY;
Summary
Defines the fields of an entry in the MAC Device Table.
Description
This structure contains the fields which define a MAC Device Table entry. This table maintains the Frame Counter received from neighbouring nodes.
Field description:
- frameCounter: Last Frame Counter received from a neighbouring device
- shortAddress: Short Address of neighbour node
Remarks
None.
