23 #ifndef __ccxx_MACAddress_hxx 24 #define __ccxx_MACAddress_hxx 51 void getOctets(
byte_t octets[6])
const;
54 void setOctets(
const byte_t octets[6]);
63 byte_t operator[](
int index)
const;
72 byte_t& operator[](
int index);
82 {
return(!
operator==(other)); }
85 bool operator!()
const;
95 #endif // __ccxx_MACAddress_hxx A network hardware (MAC) address.
Definition: MACAddress.h++:37
bool operator==(const Blob &b1, const Blob &b2)
Definition: Blob.h++:344
bool operator!=(const MACAddress &other) const
Inequality operator.
Definition: MACAddress.h++:81
#define COMMONCPP_API
Definition: Common.h++:126
A flexible, reference counted, copy-on-write, thread-safe, nullable string.
Definition: String.h++:50
Definition: AllocationMap.c++:25
unsigned char byte_t
An unsigned 8-bit value.
Definition: Integers.h++:68