|
SPSP
Simple publish-subscribe protocol. Connects low power IoT clients to MQTT.
|
Go to the documentation of this file.
59 void toMAC(uint8_t* mac)
const;
65 struct std::hash<SPSP::LocalAddrMAC>
Local layer address container.
static LocalAddrMAC local()
Constructs a new object from MAC address of this node.
static LocalAddrMAC broadcast()
Constructs a new object from broadcast MAC address.
Local layer address container.
static LocalAddrMAC zeroes()
Constructs a new object from 00:00:00:00:00:00 MAC address.
Local layer address container for MAC address.
void toMAC(uint8_t *mac) const
Converts LocalAddrMAC to MAC itself.
LocalAddrMAC(const uint8_t *mac=nullptr)
Constructs a new object.