Loading...
Searching...
No Matches
gnrc_gomach_dupchk_unit_t Struct Reference

GoMacH's data structure for recording sender's past TX information. More...

Detailed Description

GoMacH's data structure for recording sender's past TX information.

Definition at line 221 of file types.h.

#include <types.h>

Data Fields

gnrc_gomach_l2_addr_t node_addr
 Node's address.
 
uint8_t seq
 Node's MAC packet sequence.
 
uint8_t life_cycle
 Lifetime of this record unit.
 

Field Documentation

◆ life_cycle

uint8_t gnrc_gomach_dupchk_unit_t::life_cycle

Lifetime of this record unit.

Definition at line 224 of file types.h.

◆ node_addr

gnrc_gomach_l2_addr_t gnrc_gomach_dupchk_unit_t::node_addr

Node's address.

Definition at line 222 of file types.h.

◆ seq

uint8_t gnrc_gomach_dupchk_unit_t::seq

Node's MAC packet sequence.

Definition at line 223 of file types.h.


The documentation for this struct was generated from the following file: