| 
| 
  | MACAddress (const unsigned char bytes[6]) | 
|   | 
| 
  | MACAddress (const std::vector< unsigned char > &bytes) | 
|   | 
| 
  | MACAddress (const uint64_t numMac) | 
|   | 
| 
uint64_t  | toNumber () const  | 
|   | 
| 
std::string  | toString () const  | 
|   | 
| 
std::string  | toString (const char separator) const  | 
|   | 
| 
std::vector< unsigned char >  | bytes () const  | 
|   | 
| void  | into (unsigned char bytes[6]) const  | 
|   | 
| 
  | operator uint64_t () const  | 
|   | 
| 
bool  | operator== (const MACAddress &mac) const  | 
|   | 
| 
bool  | operator!= (const MACAddress &mac) const  | 
|   | 
| 
bool  | operator< (const MACAddress &mac) const  | 
|   | 
| 
bool  | operator> (const MACAddress &mac) const  | 
|   | 
 | 
| 
static MACAddress  | parse (const std::string &str, const char separator= ':') | 
|   | 
      
        
          | void MACAddress::into  | 
          ( | 
          unsigned char  | 
          bytes[6] | ) | 
           const | 
        
      
 
Copy the raw MAC address bytes into the given array. 
 
 
The documentation for this class was generated from the following files:
- /var/lib/jenkins/workspace/beeeon-gateway-master/base/src/net/MACAddress.h
 
- /var/lib/jenkins/workspace/beeeon-gateway-master/base/src/net/MACAddress.cpp