|
tobicore
7.0.0
|
Endpoint structure for TPSocket. More...
#include <tobiplatform/TPSocket.hpp>
Collaboration diagram for TPHost:Public Member Functions | |
| TPHost (void) | |
| Constructor. | |
Public Attributes | |
| char | address [TPHost::AddressSize] |
| Address (e.g.: 127.0.0.1) | |
| short unsigned int | port |
| Port (e.g.: 8000) | |
Static Public Attributes | |
| static const size_t | AddressSize = INET_ADDRSTRLEN + 1 |
| Maximum address size. | |
Endpoint structure for TPSocket.
This structure holds whatever turns to be useful to identify an host.
Definition at line 41 of file TPSocket.hpp.