#include <yatemgcp.h>
Public Member Functions | |
MGCPEpInfo (const char *endpoint, const char *host, int port) | |
virtual const String & | toString () const |
Public Attributes | |
SocketAddr | address |
This class holds data about a remote endpoint (id and address)
MGCPEpInfo | ( | const char * | endpoint, | |
const char * | host, | |||
int | port | |||
) | [inline] |
Constructor. Construct this endpoint info
endpoint | The endpoint part of the endpoint's id | |
host | The IP address of this endpoint | |
port | The port used to send data to this endpoint |
virtual const String& toString | ( | ) | const [inline, virtual] |
The IP address and port of this endpoint