mmserv/tms/inc/tmsclientserver.h
changeset 53 eabc8c503852
parent 36 73253677b50a
equal deleted inserted replaced
48:a493a607b5bf 53:eabc8c503852
    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     {