示例#1
0
    public OpalParamProtocol GetProtocolParams()
    {
        global::System.IntPtr cPtr = OPALPINVOKE.OpalMessagePtr_GetProtocolParams(swigCPtr);
        OpalParamProtocol     ret  = (cPtr == global::System.IntPtr.Zero) ? null : new OpalParamProtocol(cPtr, false);

        return(ret);
    }