class MgRestartInProgress : public MgCommand

message sent to the agent indicating a restart has occured

Inheritance:


Public Methods

MgCommand* copy()
make a copy of the MgCommand of the appropriate type
MgcpCommand* getDataPtr()
Get pointer to object holding data. This function is used internally by the stack. users of the stack should never call it.
int getResponseCode()
Get the response error code
string getResponseString()
Get the description of any response error
MgCommandType getType()
Get the type of the command
MgRestartInProgress(const string& EndpointId, const string& RestartMethod, const string& RestartDelay)
constructor for this class
MgRestartInProgress(MgcpCommand* x)
MgRestartInProgress()
MgRestartInProgress(const MgRestartInProgress& x )

Private Fields

Sptr data
Holds the data for this command

Inherited from MgCommand:

Public Methods

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

Public

Protected Fields

Sptr responseMsg

Documentation

message sent to the agent indicating a restart has occured
MgRestartInProgress()

MgRestartInProgress(const MgRestartInProgress& x )

MgRestartInProgress(MgcpCommand* x)

MgRestartInProgress(const string& EndpointId, const string& RestartMethod, const string& RestartDelay)
constructor for this class

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

MgCommandType getType()
Get the type of the command

int getResponseCode()
Get the response error code

string getResponseString()
Get the description of any response error

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

Sptr data
Holds the data for this command


This class has no child classes.

alphabetic index hierarchy of classes


generated by doc++