Exemple #1
0
    public SWIGTYPE_p_pj_json_elem allocElement()
    {
        global::System.IntPtr   cPtr = pjsua2PINVOKE.JsonDocument_allocElement(swigCPtr);
        SWIGTYPE_p_pj_json_elem ret  = (cPtr == global::System.IntPtr.Zero) ? null : new SWIGTYPE_p_pj_json_elem(cPtr, false);

        return(ret);
    }
Exemple #2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_pj_json_elem obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }