FreeSWITCH.Native.freeswitch.switch_core_asr_disable_all_grammars C# (CSharp) Method

switch_core_asr_disable_all_grammars() public static method

public static switch_core_asr_disable_all_grammars ( switch_asr_handle ah ) : switch_status_t
ah switch_asr_handle
return switch_status_t
        public static switch_status_t switch_core_asr_disable_all_grammars(switch_asr_handle ah)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_core_asr_disable_all_grammars(switch_asr_handle.getCPtr(ah));
            return ret;
        }
freeswitch