The container descriptor used to identify a universal address entry. More...
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. | |
uint8_t universal_address_container_t::address[UNIVERSAL_ADDRESS_SIZE] |
The generic address data.
Definition at line 61 of file universal_address.h.
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.
uint8_t universal_address_container_t::use_count |
The number of entries link here.
Definition at line 59 of file universal_address.h.