class MgEndpointConfiguration : public MgCommand

Endpoint configuration message received by the gateway sideclass MgEndpointConfiguration : public MgCommand

Inheritance:


Public Methods

MgCommand* copy()
make a copy of the MgCommand of the appropriate type
MgcpBearerInformation getBearerInformation()
MgcpCommand* getDataPtr()
Get pointer to object holding data. This function is used internally by the stack. users of the stack should never call it.
string getEndpointId()
get the endpoint id send by the gateway
string getResponseAck()
this function will be handled automatically in future versions by the stack
MgCommandType getType()
get the type of the command
MgEndpointConfiguration(const MgEndpointConfiguration& x)
this function is used by the stack

Public

Create a message to an specific endpoint

Private Fields

Sptr data
data for the endpoint configuration

Inherited from MgCommand:

Public Methods

MgcpCommand* getResponsePtr()
Sptr getResponseSptr()
void setResponsePtr(MgcpResponse* p)
void setResponseSptr(const Sptr& p)

Protected Fields

Sptr responseMsg

Documentation

Endpoint configuration message received by the gateway sideclass MgEndpointConfiguration : public MgCommand
Create a message to an specific endpoint

MgEndpointConfiguration(const MgEndpointConfiguration& x)
this function is used by the stack. Stack users should never call it, as it will probably disappear by the next version.

MgCommand* copy()
make a copy of the MgCommand of the appropriate type

MgCommandType getType()
get the type of the command

string getEndpointId()
get the endpoint id send by the gateway

string getResponseAck()
this function will be handled automatically in future versions by the stack. users of the stack should never call it.

MgcpCommand* getDataPtr()
Get pointer to object holding data. This function is used internally by the stack. users of the stack should never call it.

MgcpBearerInformation getBearerInformation()

Sptr data
data for the endpoint configuration


This class has no child classes.

alphabetic index hierarchy of classes


generated by doc++