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

switch_channel_get_cause_q850() public static method

public static switch_channel_get_cause_q850 ( SWIGTYPE_p_switch_channel channel ) : switch_call_cause_t
channel SWIGTYPE_p_switch_channel
return switch_call_cause_t
        public static switch_call_cause_t switch_channel_get_cause_q850(SWIGTYPE_p_switch_channel channel)
        {
            switch_call_cause_t ret = (switch_call_cause_t)freeswitchPINVOKE.switch_channel_get_cause_q850(SWIGTYPE_p_switch_channel.getCPtr(channel));
            return ret;
        }
freeswitch