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

switch_amp_encode() public static method

public static switch_amp_encode ( string s, string buf, SWIGTYPE_p_switch_size_t len ) : string
s string
buf string
len SWIGTYPE_p_switch_size_t
return string
        public static string switch_amp_encode(string s, string buf, SWIGTYPE_p_switch_size_t len)
        {
            string ret = freeswitchPINVOKE.switch_amp_encode(s, buf, SWIGTYPE_p_switch_size_t.getCPtr(len));
            if (freeswitchPINVOKE.SWIGPendingException.Pending) throw freeswitchPINVOKE.SWIGPendingException.Retrieve();
            return ret;
        }
freeswitch