MTN signalling message. More...
#include <yatesig.h>
Public Types | |
enum | Type { Unknown = 0, SLTM = 0x11, SLTA = 0x21 } |
Static Public Member Functions | |
static const TokenDict * | names () |
static const char * | lookup (Type type, const char *defvalue=0) |
static Type | lookup (const char *name, Type defvalue=Unknown) |
MTN signalling message.
Decoded Maintenance (MTN) User Part message
Look up a MTN message name
name | String name of the MTN message | |
defvalue | Default type to return |
References TelEngine::lookup().
static const char* lookup | ( | Type | type, | |
const char * | defvalue = 0 | |||
) | [inline, static] |
Convert a MTN message type to a C string
type | Type of MTN message to look up | |
defvalue | Default string to return |
References TelEngine::lookup().