Yate
|
Q.931 message parser data. More...
#include <yatesig.h>
Public Member Functions | |
ISDNQ931ParserData (const NamedList ¶ms, DebugEnabler *dbg=0) | |
bool | flag (int mask) |
Public Attributes | |
DebugEnabler * | m_dbg |
u_int32_t | m_maxMsgLen |
int | m_flags |
int | m_flagsOrig |
u_int8_t | m_maxDisplay |
bool | m_allowSegment |
u_int8_t | m_maxSegments |
bool | m_extendedDebug |
Q.931 message parser data.
This class holds Q.931 parser settings used to encode/decode Q.931 messages
ISDNQ931ParserData | ( | const NamedList & | params, |
DebugEnabler * | dbg = 0 |
||
) |
Constructor
params | Parser settings |
dbg | The debug enabler used for output |
bool flag | ( | int | mask | ) | [inline] |
Check the state of a flag
mask | The flag to check |