Exemplo n.º 1
0
    public SWIGTYPE_p_IntVector transportEnum()
    {
        SWIGTYPE_p_IntVector ret = new SWIGTYPE_p_IntVector(pjsua2PINVOKE.Endpoint_transportEnum(swigCPtr), true);

        if (pjsua2PINVOKE.SWIGPendingException.Pending)
        {
            throw pjsua2PINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
Exemplo n.º 2
0
    public SWIGTYPE_p_IntVector utilSslGetAvailableCiphers()
    {
        SWIGTYPE_p_IntVector ret = new SWIGTYPE_p_IntVector(pjsua2PINVOKE.Endpoint_utilSslGetAvailableCiphers(swigCPtr), true);

        if (pjsua2PINVOKE.SWIGPendingException.Pending)
        {
            throw pjsua2PINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
Exemplo n.º 3
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_IntVector obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }