MKCommModel
Public Member Functions | Public Attributes
MacAddr Struct Reference

#include <MKLib.h>

List of all members.

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

Detailed Description

Implements a mac address to be used as a key in a map.


Member Function Documentation

MacAddr::operator mac_t ( ) const [inline]

Cast to mac_t


Member Data Documentation

The MAC address.


The documentation for this struct was generated from the following files:
 All Classes Functions Variables