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

switch_channel_test_ready() public static method

public static switch_channel_test_ready ( SWIGTYPE_p_switch_channel channel, switch_bool_t check_ready, switch_bool_t check_media ) : int
channel SWIGTYPE_p_switch_channel
check_ready switch_bool_t
check_media switch_bool_t
return int
        public static int switch_channel_test_ready(SWIGTYPE_p_switch_channel channel, switch_bool_t check_ready, switch_bool_t check_media)
        {
            int ret = freeswitchPINVOKE.switch_channel_test_ready(SWIGTYPE_p_switch_channel.getCPtr(channel), (int)check_ready, (int)check_media);
            return ret;
        }
freeswitch