|
openthread-br
0.3.0-72c0388
|
#include <src/common/types.hpp>
Public Member Functions | |
| MacAddress (void) | |
| std::string | ToString (void) const |
Public Attributes | |
| union { | |
| uint8_t m8 [6] | |
| uint16_t m16 [3] | |
| }; | |
This class represents an ethernet MAC address.
|
inline |
Default constructor.
| std::string otbr::MacAddress::ToString | ( | void | ) | const |
This method returns the string representation for the MAC address.
1.8.17