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

switch_channel_test_private_flag() public static method

public static switch_channel_test_private_flag ( SWIGTYPE_p_switch_channel channel, uint flags ) : int
channel SWIGTYPE_p_switch_channel
flags uint
return int
        public static int switch_channel_test_private_flag(SWIGTYPE_p_switch_channel channel, uint flags)
        {
            int ret = freeswitchPINVOKE.switch_channel_test_private_flag(SWIGTYPE_p_switch_channel.getCPtr(channel), flags);
            return ret;
        }
freeswitch