Crate eui48

Source
Expand description

Represent and parse IEEE EUI-48 Media Access Control addresses The IEEE claims trademarks on the names EUI-48 and EUI-64, in which EUI is an abbreviation for Extended Unique Identifier.

Structs§

MacAddress
A MAC address (EUI-48)

Enums§

MacAddressFormat
Format to display MacAddress
ParseError
Parsing errors

Constants§

EUI48LEN
A 48-bit (6 byte) buffer containing the EUI address
EUI64LEN
A 64-bit (8 byte) buffer containing the EUI address

Type Aliases§

Eui48
Eui64