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

switch_channel_wait_for_state_timeout() public static method

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