Remote endpoint info class. More...
#include <yatemgcp.h>
Public Member Functions | |
| MGCPEpInfo (const char *endpoint, const char *host, int port) | |
| virtual const String & | toString () const |
Public Attributes | |
| SocketAddr | address |
| String | alias |
Remote endpoint info class.
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
1.6.3