#include <MacAddr.h>
Definition at line 80 of file MacAddr.h.
◆ MacAddr() [1/3]
| dataspeed_can_usb::MacAddr::MacAddr |
( |
| ) |
|
|
inline |
◆ MacAddr() [2/3]
| dataspeed_can_usb::MacAddr::MacAddr |
( |
const uint8_t * |
addr | ) |
|
|
inline |
◆ MacAddr() [3/3]
| dataspeed_can_usb::MacAddr::MacAddr |
( |
uint8_t |
mac0, |
|
|
uint8_t |
mac1, |
|
|
uint8_t |
mac2, |
|
|
uint8_t |
mac3, |
|
|
uint8_t |
mac4, |
|
|
uint8_t |
mac5 |
|
) |
| |
|
inline |
◆ mac0()
| uint8_t dataspeed_can_usb::MacAddr::mac0 |
( |
| ) |
const |
|
inline |
◆ mac1()
| uint8_t dataspeed_can_usb::MacAddr::mac1 |
( |
| ) |
const |
|
inline |
◆ mac2()
| uint8_t dataspeed_can_usb::MacAddr::mac2 |
( |
| ) |
const |
|
inline |
◆ mac3()
| uint8_t dataspeed_can_usb::MacAddr::mac3 |
( |
| ) |
const |
|
inline |
◆ mac4()
| uint8_t dataspeed_can_usb::MacAddr::mac4 |
( |
| ) |
const |
|
inline |
◆ mac5()
| uint8_t dataspeed_can_usb::MacAddr::mac5 |
( |
| ) |
const |
|
inline |
◆ match() [1/2]
| bool dataspeed_can_usb::MacAddr::match |
( |
const MacAddr & |
other | ) |
const |
|
inline |
◆ match() [2/2]
| bool dataspeed_can_usb::MacAddr::match |
( |
const std::string & |
str | ) |
const |
|
inline |
◆ toString()
| std::string dataspeed_can_usb::MacAddr::toString |
( |
bool |
upper = false | ) |
const |
|
inline |
◆ valid()
| bool dataspeed_can_usb::MacAddr::valid |
( |
| ) |
const |
|
inline |
◆ addr_
| uint8_t dataspeed_can_usb::MacAddr::addr_[6] |
|
private |
The documentation for this class was generated from the following file: