FreeSWITCH.Native.freeswitch.switch_core_session_hupall_endpoint C# (CSharp) 메소드

switch_core_session_hupall_endpoint() 공개 정적인 메소드

public static switch_core_session_hupall_endpoint ( switch_endpoint_interface endpoint_interface, switch_call_cause_t cause ) : void
endpoint_interface switch_endpoint_interface
cause switch_call_cause_t
리턴 void
        public static void switch_core_session_hupall_endpoint(switch_endpoint_interface endpoint_interface, switch_call_cause_t cause)
        {
            freeswitchPINVOKE.switch_core_session_hupall_endpoint(switch_endpoint_interface.getCPtr(endpoint_interface), (int)cause);
        }
freeswitch