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

switch_channel_test_cap_partner() public static method

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