mmserv/tms/inc/tmsclientserver.h
changeset 55 e267340986c9
parent 42 1fa3fb47b1e3
equal deleted inserted replaced
52:4ce423f34688 55:e267340986c9
    25 namespace TMS {
    25 namespace TMS {
    26 
    26 
    27 // Used for client-server communication
    27 // Used for client-server communication
    28 enum TMSClientServerRequest
    28 enum TMSClientServerRequest
    29     {
    29     {
    30     ETMSCallSessionHandle,
    30     ETMSCallSessionHandle = 0,
    31     ETMSGetSupportedDecodersCount,
    31     ETMSGetSupportedDecodersCount,
    32     ETMSGetSupportedEncodersCount,
    32     ETMSGetSupportedEncodersCount,
    33     ETMSGetSupportedDecoders,
    33     ETMSGetSupportedDecoders,
    34     ETMSGetSupportedEncoders,
    34     ETMSGetSupportedEncoders,
    35     ETMSSetOutput,
    35     ETMSSetOutput,
    61     ETMSInitDTMF,
    61     ETMSInitDTMF,
    62     ETMSStartDTMF,
    62     ETMSStartDTMF,
    63     ETMSStopDTMF,
    63     ETMSStopDTMF,
    64     ETMSContinueDTMF,
    64     ETMSContinueDTMF,
    65     ETMSStartInbandTone,
    65     ETMSStartInbandTone,
    66     ETMSStopInbandTone
    66     ETMSStopInbandTone,
       
    67     ETMSTermSrv
    67     };
    68     };
    68 
    69 
    69 // Ring tone open methods
    70 // Ring tone open methods
    70 enum TMSToneTypeRequest
    71 enum TMSToneTypeRequest
    71     {
    72     {