|
MeshNet
1.0.0
|
Structure, that contains one row with data from address to MAC lookup table. Designed for gateway node. More...
#include <meshTables.h>

Public Member Functions | |
| MeshMACTableRow ()=default | |
| MeshMACTableRow (MeshMAC mac) | |
| void | clear () |
| Removes all data from current row. More... | |
| size_t | printRow (OSTREAM &stream) const |
| bool | operator== (const MeshMACTableRow &another) const |
Static Public Member Functions | |
| static size_t | printHeader (OSTREAM &stream) |
| Print header for table of rows. More... | |
Data Fields | |
| MeshMAC | MAC |
| MAC address. More... | |
Structure, that contains one row with data from address to MAC lookup table. Designed for gateway node.
|
default |
| MeshMACTableRow::MeshMACTableRow | ( | MeshMAC | mac | ) |
|
inline |
Removes all data from current row.
|
inline |
|
static |
Print header for table of rows.
| stream | Stream, where header will be printed. |
| size_t MeshMACTableRow::printRow | ( | OSTREAM & | stream | ) | const |
@breif Prints row to stream.
| stream | Stream, where row will be printed. |
| MeshMAC MeshMACTableRow::MAC |
MAC address.
1.8.17