MKCommModel
|
#include <MKLib.h>
Public Member Functions | |
MacAddr (mac_t mac) | |
MacAddr (uint8_t arr[MAC_ADDR_BYTES]) | |
bool | operator< (const MacAddr &rhs) const |
bool | operator== (const MacAddr &rhs) const |
bool | operator!= (const MacAddr &rhs) const |
operator mac_t () const | |
Public Attributes | |
mac_t | addr |
Implements a mac address to be used as a key in a map.
MacAddr::operator mac_t | ( | ) | const [inline] |
Cast to mac_t
mac_t MacAddr::addr |
The MAC address.