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

switch_channel_check_signal() 공개 정적인 메소드

public static switch_channel_check_signal ( SWIGTYPE_p_switch_channel channel, switch_bool_t in_thread_only ) : int
channel SWIGTYPE_p_switch_channel
in_thread_only switch_bool_t
리턴 int
        public static int switch_channel_check_signal(SWIGTYPE_p_switch_channel channel, switch_bool_t in_thread_only)
        {
            int ret = freeswitchPINVOKE.switch_channel_check_signal(SWIGTYPE_p_switch_channel.getCPtr(channel), (int)in_thread_only);
            return ret;
        }
freeswitch