#include <macaddr.hpp>
|
std::array< unsigned char, 6 > | addr_ {} |
|
Definition at line 25 of file macaddr.hpp.
◆ MACAddr() [1/2]
openvpn::MACAddr::MACAddr |
( |
| ) |
|
|
default |
◆ MACAddr() [2/2]
openvpn::MACAddr::MACAddr |
( |
const unsigned char * |
addr | ) |
|
|
inline |
◆ reset()
void openvpn::MACAddr::reset |
( |
const unsigned char * |
addr | ) |
|
|
inline |
◆ to_string()
std::string openvpn::MACAddr::to_string |
( |
| ) |
const |
|
inline |
◆ addr_
std::array<unsigned char, 6> openvpn::MACAddr::addr_ {} |
|
private |
The documentation for this class was generated from the following file: