Beispiel #1
0
    public OpalStatusCallCleared GetCallCleared()
    {
        global::System.IntPtr cPtr = OPALPINVOKE.OpalMessagePtr_GetCallCleared(swigCPtr);
        OpalStatusCallCleared ret  = (cPtr == global::System.IntPtr.Zero) ? null : new OpalStatusCallCleared(cPtr, false);

        return(ret);
    }