|
Yate
|
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
| enum Type |
MTN Message type as defined by Q.707 5.4
Look up a MTN message name
| name | String name of the MTN message |
| defvalue | Default type to return |
|
inlinestatic |
Convert a MTN message type to a C string
| type | Type of MTN message to look up |
| defvalue | Default string to return |