Loading...
Searching...
No Matches
universal_address_container_t Struct Reference

The container descriptor used to identify a universal address entry. More...

Detailed Description

The container descriptor used to identify a universal address entry.

Definition at line 58 of file universal_address.h.

#include <universal_address.h>

Data Fields

uint8_t use_count
 The number of entries link here.
 
uint8_t address_size
 Size in bytes of the used generic address.
 
uint8_t address [UNIVERSAL_ADDRESS_SIZE]
 The generic address data.
 

Field Documentation

◆ address

uint8_t universal_address_container_t::address[UNIVERSAL_ADDRESS_SIZE]

The generic address data.

Definition at line 61 of file universal_address.h.

◆ address_size

uint8_t universal_address_container_t::address_size

Size in bytes of the used generic address.

Definition at line 60 of file universal_address.h.

◆ use_count

uint8_t universal_address_container_t::use_count

The number of entries link here.

Definition at line 59 of file universal_address.h.


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