#include <EthernetSocketTable.h>
◆ Socket()
| inet::EthernetSocketTable::Socket::Socket |
( |
int |
socketId | ) |
|
|
inline |
◆ operator<<
| std::ostream& operator<< |
( |
std::ostream & |
o, |
|
|
const Socket & |
t |
|
) |
| |
|
friend |
18 os <<
"(id:" << socket.socketId <<
", local:" << socket.localAddress <<
",remote:" << socket.remoteAddress
19 <<
", prot:" << (socket.protocol ? socket.protocol->getName() :
"-") <<
")";
◆ localAddress
| MacAddress inet::EthernetSocketTable::Socket::localAddress |
◆ protocol
| const Protocol* inet::EthernetSocketTable::Socket::protocol = nullptr |
◆ remoteAddress
| MacAddress inet::EthernetSocketTable::Socket::remoteAddress |
◆ socketId
| int inet::EthernetSocketTable::Socket::socketId = -1 |
◆ steal
| bool inet::EthernetSocketTable::Socket::steal = false |
The documentation for this struct was generated from the following file: