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

switch_uuid_str() public static method

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