|
Yate
|
TCAP message wrapper. More...
#include <yatesig.h>
Public Member Functions | |
| SS7TCAPMessage (NamedList ¶ms, DataBlock &data, bool notice=false) | |
| NamedList & | msgParams () |
| DataBlock & | msgData () |
| bool & | isNotice () |
Public Member Functions inherited from GenObject | |
| GenObject () | |
| virtual | ~GenObject () |
| virtual bool | alive () const |
| virtual void | destruct () |
| virtual const String & | toString () const |
| virtual const String & | traceId () const |
| virtual void * | getObject (const String &name) const |
| NamedCounter * | getObjCounter () const |
| NamedCounter * | setObjCounter (NamedCounter *counter) |
Additional Inherited Members | |
Static Public Member Functions inherited from GenObject | |
| static void * | getObject (const String &name, const GenObject *obj) |
| static bool | getObjCounting () |
| static void | setObjCounting (bool enable) |
| static NamedCounter * | getObjCounter (const String &name, bool create=true) |
| static ObjList & | getObjCounters () |
TCAP message wrapper.
A TCAP message wrapper, encapsulates the data received from SCCP
|
inline |
|
inline |
Is this message a notice or a normal message?
|
inline |
Get the TCAP message data
|
inline |