LoboMQ
Loading...
Searching...
No Matches
MACAddrList.h File Reference
#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.
 

Detailed Description

Author
Rubén Gómez Villegas

This file contains the necessary definitions and declarations to easily manage a vector with MAC addresses.

Definition in file MACAddrList.h.

Typedef Documentation

◆ MACAddress

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.