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

switch_channel_wait_for_state() public static method

public static switch_channel_wait_for_state ( SWIGTYPE_p_switch_channel channel, SWIGTYPE_p_switch_channel other_channel, switch_channel_state_t want_state ) : void
channel SWIGTYPE_p_switch_channel
other_channel SWIGTYPE_p_switch_channel
want_state switch_channel_state_t
return void
        public static void switch_channel_wait_for_state(SWIGTYPE_p_switch_channel channel, SWIGTYPE_p_switch_channel other_channel, switch_channel_state_t want_state)
        {
            freeswitchPINVOKE.switch_channel_wait_for_state(SWIGTYPE_p_switch_channel.getCPtr(channel), SWIGTYPE_p_switch_channel.getCPtr(other_channel), (int)want_state);
        }
freeswitch