Structure containing information about a simulation client's address and port.
More...
#include <ClientInfo.h>
|
std::string | ip_address |
| The IP address of the client.
|
|
int | port |
| The port of the client.
|
|
|
std::ostream & | operator<< (std::ostream &os, const ClientInfo &ci) |
|
Structure containing information about a simulation client's address and port.
malmo::ClientInfo::ClientInfo |
( |
const std::string & |
ip_address | ) |
|
Constructs a ClientInfo at the specified address listening on the default port.
- Parameters
-
ip_address | The IP address of the client |
malmo::ClientInfo::ClientInfo |
( |
const std::string & |
ip_address, |
|
|
int |
port |
|
) |
| |
Constructs a ClientInfo at the specified address listening on the specified port.
- Parameters
-
ip_address | The IP address of the client. |
port | The number of the client port. |
The documentation for this struct was generated from the following file: