class MgcpCommandNotify : public MgcpRequest


Inheritance:


Public Methods

MgcpCommandType getType()
const string& getVerb()
MgcpCommandNotify()
static const string& myVerb()

Private Methods

MgcpCommandNotify( const MgcpCommandNotify& )
only declared, not defined
MgcpCommandNotify& operator=( const MgcpCommandNotify& )
only declared, not defined

Inherited from MgcpRequest:

Public Methods

void clear(MgcpParameterType parm)
string encodeToSend()
void insert(MgcpParameter* parameter)
void insert(Sptr < MgcpParameter > parameter)
void printData(ostream& output)
bool readyToSend()
MgcpParameter* retrieve(MgcpParameterType parm)
Sptr < MgcpParameter > retrieveParam(MgcpParameterType parm)
bool send(MgcpTransmitter& target)

Protected Fields

map < MgcpParameterType, Sptr < MgcpParameter > > parameters

Inherited from MgcpCommand:

Public Methods

const MgcpParameterEndpointId& getEndpointId()
string getMessage()
int getTransactionId()
friend ostream& operator<<(ostream& s, MgcpCommand& x)
void setEndpointId(const MgcpParameterEndpointId& id)
void setMessage( string s )
void setTarget(MgcpTransmitter* target)
void setTransactionId(int transId)

Protected Fields

MgcpParameterEndpointId endId
string message
MgcpTransmitter* myTarget
int transactionId

Documentation

MgcpCommandNotify()

const string& getVerb()

static const string& myVerb()

MgcpCommandType getType()

MgcpCommandNotify( const MgcpCommandNotify& )
only declared, not defined

MgcpCommandNotify& operator=( const MgcpCommandNotify& )
only declared, not defined


This class has no child classes.

alphabetic index hierarchy of classes


generated by doc++