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

switch_channel_get_cause_ptr() public static method

public static switch_channel_get_cause_ptr ( SWIGTYPE_p_switch_channel channel ) : SWIGTYPE_p_switch_call_cause_t
channel SWIGTYPE_p_switch_channel
return SWIGTYPE_p_switch_call_cause_t
        public static SWIGTYPE_p_switch_call_cause_t switch_channel_get_cause_ptr(SWIGTYPE_p_switch_channel channel)
        {
            IntPtr cPtr = freeswitchPINVOKE.switch_channel_get_cause_ptr(SWIGTYPE_p_switch_channel.getCPtr(channel));
            SWIGTYPE_p_switch_call_cause_t ret = (cPtr == IntPtr.Zero) ? null : new SWIGTYPE_p_switch_call_cause_t(cPtr, false);
            return ret;
        }
freeswitch