herald
2.0.0
|
#include <ble_mac_address.h>
Public Member Functions | |
BLEMacAddress (const std::uint8_t bytesBigEndian[6]) | |
BLEMacAddress (const Data &from) | |
BLEMacAddress (const BLEMacAddress &from) | |
BLEMacAddress (BLEMacAddress &&from)=delete | |
BLEMacAddress & | operator= (const BLEMacAddress &other) noexcept |
operator Data () const | |
operator std::string () const | |
bool | operator== (const BLEMacAddress &other) const |
bool | operator!= (const BLEMacAddress &other) const |
void | bytesBigEndian (std::uint8_t bytesBigEndian[6]) const |
Data | underlyingData () const |
Enables strong typing of a Mac Address
herald::ble::BLEMacAddress::operator std::string | ( | ) | const |
Print mac address format with colon separators, little endian