Esempio n. 1
0
    public IRemoteVariables viewIRemoteVariables()
    {
        global::System.IntPtr cPtr = yarpPINVOKE.PolyDriver_viewIRemoteVariables(swigCPtr);
        IRemoteVariables      ret  = (cPtr == global::System.IntPtr.Zero) ? null : new IRemoteVariables(cPtr, false);

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