Get a pointer to the MAC address' binary value.
Declared in <folly/MacAddress.h>
uint8_t const*
bytes() const;
The returned value points to internal storage inside the MacAddress object. It is only valid as long as the MacAddress, and its contents may change if the MacAddress is updated.
A pointer to the 6-byte binary value.