Loading...
Searching...
No Matches
eui64_t Union Reference

Data type to represent an EUI-64. More...

Detailed Description

Data type to represent an EUI-64.

Definition at line 55 of file eui64.h.

#include <eui64.h>

Data Fields

network_uint64_t uint64
 represented as 64 bit value
 
uint8_t uint8 [8]
 split into 8 8-bit words.
 
network_uint16_t uint16 [4]
 split into 4 16-bit words.
 
network_uint32_t uint32 [2]
 split into 2 32-bit words.
 

Field Documentation

◆ uint16

network_uint16_t eui64_t::uint16[4]

split into 4 16-bit words.


Definition at line 58 of file eui64.h.

◆ uint32

network_uint32_t eui64_t::uint32[2]

split into 2 32-bit words.


Definition at line 59 of file eui64.h.

◆ uint64

network_uint64_t eui64_t::uint64

represented as 64 bit value

Definition at line 56 of file eui64.h.

◆ uint8

uint8_t eui64_t::uint8[8]

split into 8 8-bit words.


Definition at line 57 of file eui64.h.


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