Пример #1
0
    public OpalParamRecording GetRecording()
    {
        global::System.IntPtr cPtr = OPALPINVOKE.OpalMessagePtr_GetRecording(swigCPtr);
        OpalParamRecording    ret  = (cPtr == global::System.IntPtr.Zero) ? null : new OpalParamRecording(cPtr, false);

        return(ret);
    }