LoboMQ
|
#include <Arduino.h>
#include <cstdint>
#include <vector>
Go to the source code of this file.
Classes | |
class | MACAddrList |
A class for managing a list of MAC addresses. More... | |
Typedefs | |
using | MACAddress = std::array<uint8_t, 6> |
Represents a MAC address as an array of 6 bytes. | |
This file contains the necessary definitions and declarations to easily manage a vector with MAC addresses.
Definition in file MACAddrList.h.
using MACAddress = std::array<uint8_t, 6> |
Represents a MAC address as an array of 6 bytes.
Definition at line 21 of file MACAddrList.h.