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

switch_channel_wait_for_flag() public static method

public static switch_channel_wait_for_flag ( SWIGTYPE_p_switch_channel channel, switch_channel_flag_t want_flag, switch_bool_t pres, uint to, SWIGTYPE_p_switch_channel super_channel ) : switch_status_t
channel SWIGTYPE_p_switch_channel
want_flag switch_channel_flag_t
pres switch_bool_t
to uint
super_channel SWIGTYPE_p_switch_channel
return switch_status_t
        public static switch_status_t switch_channel_wait_for_flag(SWIGTYPE_p_switch_channel channel, switch_channel_flag_t want_flag, switch_bool_t pres, uint to, SWIGTYPE_p_switch_channel super_channel)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_channel_wait_for_flag(SWIGTYPE_p_switch_channel.getCPtr(channel), (int)want_flag, (int)pres, to, SWIGTYPE_p_switch_channel.getCPtr(super_channel));
            return ret;
        }
freeswitch