Type def of a Ethernet address.
More...
|
std::array< uint8_t, 6 > | bytes |
| Underlying bytes array. More...
|
|
Type def of a Ethernet address.
Definition at line 221 of file types.hpp.
VOM::mac_address_t::mac_address_t |
( |
uint8_t |
bytes[6] | ) |
|
VOM::mac_address_t::mac_address_t |
( |
const std::string & |
str | ) |
|
VOM::mac_address_t::mac_address_t |
( |
std::initializer_list< uint8_t > |
bytes | ) |
|
less than operator
Definition at line 165 of file types.cpp.
Comparison operator.
Definition at line 160 of file types.cpp.
void VOM::mac_address_t::to_bytes |
( |
uint8_t * |
array, |
|
|
uint8_t |
len |
|
) |
| const |
Convert to byte array.
Definition at line 133 of file types.cpp.
std::string VOM::mac_address_t::to_string |
( |
void |
| ) |
const |
String conversion.
Definition at line 141 of file types.cpp.
std::array<uint8_t, 6> VOM::mac_address_t::bytes |
Underlying bytes array.
Definition at line 259 of file types.hpp.
An all 1's MAC address.
Definition at line 234 of file types.hpp.
An all 0's MAC address.
Definition at line 239 of file types.hpp.
The documentation for this struct was generated from the following files: