1.3.5.1.24 MAC_RF_DSN_TABLE_ENTRY Struct

C

typedef struct __attribute__((packed))
{
    MAC_ADDRESS address;
    uint8_t dsn;
    uint8_t dsnValidTime;
} MAC_RF_DSN_TABLE_ENTRY;

Summary

The MAC RF Data Sequence Number Table Entry.

Description

This structure contains the fields that define a MAC RF DSN table entry. DSN table contains entries for recently received data frames, with their originator Address and Sequence Number. It is used to avoid duplicate frame handling.

Field description:

  • address. Short Address of transmitting node.

  • dsn. Sequence number of the data frame.

  • dsnValidTime. Time left, in seconds, for the entry to expire.

Remarks

None.