|
enum | { DEFAULT_INDEX = -1
} |
|
|
static const uint16_t | ARP_VOID_TYPE = 0xffff |
|
static const uint16_t | ARP_ETHERNET_TYPE = 1 |
|
◆ ToString()
string ola::network::Interface::ToString |
( |
const std::string & |
separator = ", " | ) |
const |
Convert the Interface to a string.
- Parameters
-
separator | the separator to use between items, defaults to ", ". |
- Returns
- the string representation of this Interface.
◆ operator<<
std::ostream& operator<< |
( |
std::ostream & |
out, |
|
|
const Interface & |
iface |
|
) |
| |
|
friend |
Write the string representation of this Interface to an ostream.
- Parameters
-
out | the ostream to write to. |
iface | the iface to write. |
The documentation for this class was generated from the following files:
- include/ola/network/Interface.h
- common/network/Interface.cpp