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

switch_channel_state_change_pending() 공개 정적인 메소드

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