57 explicit MACAddress (
const uint8 bytes[6]) noexcept;
66 const uint8*
getBytes() const noexcept {
return address; }
79 int64 toInt64()
const noexcept;
82 bool isNull()
const noexcept;
84 bool operator== (
const MACAddress&)
const noexcept;
85 bool operator!= (
const MACAddress&)
const noexcept;
#define JUCE_API
This macro is added to all JUCE public class declarations.
A simple class for holding temporary references to a string literal or String.
Represents a MAC network card adapter address ID.
const uint8 * getBytes() const noexcept
Returns a pointer to the 6 bytes that make up this address.
Holds a resizable array of primitive or copy-by-value objects.