Beispiel #1
0
    public IGazeControl viewIGazeControl()
    {
        global::System.IntPtr cPtr = yarpPINVOKE.PolyDriver_viewIGazeControl(swigCPtr);
        IGazeControl          ret  = (cPtr == global::System.IntPtr.Zero) ? null : new IGazeControl(cPtr, false);

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