Yate
Public Member Functions
SS7TCAPMessage Class Reference

TCAP message wrapper. More...

#include <yatesig.h>

Inheritance diagram for SS7TCAPMessage:
GenObject

List of all members.

Public Member Functions

 SS7TCAPMessage (NamedList &params, DataBlock &data, bool notice=false)
NamedListmsgParams ()
DataBlockmsgData ()
bool & isNotice ()

Detailed Description

TCAP message wrapper.

A TCAP message wrapper, encapsulates the data received from SCCP


Constructor & Destructor Documentation

SS7TCAPMessage ( NamedList params,
DataBlock data,
bool  notice = false 
) [inline]

Constructor

Parameters:
paramsNamedList reference containing information from the SCCP level
dataDataBlock representing the TCAP payload
noticeFlag if this is a notification, true if it is, false if it's a message

Member Function Documentation

bool& isNotice ( ) [inline]

Is this message a notice or a normal message?

Returns:
True if message is a notice, false otherwise
DataBlock& msgData ( ) [inline]

Get the TCAP message data

Returns:
DataBlock representing the encoded TCAP message
NamedList& msgParams ( ) [inline]

Get the SCCP parameters

Returns:
NamedList reference containing information from the SCCP level

The documentation for this class was generated from the following file: