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 298 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 172 of file types.cpp.
Comparison operator.
Definition at line 167 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 140 of file types.cpp.
std::string VOM::mac_address_t::to_string |
( |
void |
| ) |
const |
String conversion.
Definition at line 148 of file types.cpp.
std::array<uint8_t, 6> VOM::mac_address_t::bytes |
Underlying bytes array.
Definition at line 336 of file types.hpp.
An all 1's MAC address.
Definition at line 311 of file types.hpp.
An all 0's MAC address.
Definition at line 316 of file types.hpp.
The documentation for this struct was generated from the following files: