示例#1
0
    public new ImageInt read(bool shouldWait)
    {
        global::System.IntPtr cPtr = yarpPINVOKE.TypedReaderImageInt_read__SWIG_0(swigCPtr, shouldWait);
        ImageInt ret = (cPtr == global::System.IntPtr.Zero) ? null : new ImageInt(cPtr, false);

        return(ret);
    }
示例#2
0
    public new ImageInt lastRead()
    {
        global::System.IntPtr cPtr = yarpPINVOKE.TypedReaderImageInt_lastRead(swigCPtr);
        ImageInt ret = (cPtr == global::System.IntPtr.Zero) ? null : new ImageInt(cPtr, false);

        return(ret);
    }
示例#3
0
    public new ImageInt read()
    {
        global::System.IntPtr cPtr = yarpPINVOKE.BufferedPortImageInt_read__SWIG_1(swigCPtr);
        ImageInt ret = (cPtr == global::System.IntPtr.Zero) ? null : new ImageInt(cPtr, false);

        return(ret);
    }
示例#4
0
 public new void onRead(ImageInt datum, TypedReaderImageInt reader)
 {
     yarpPINVOKE.BufferedPortImageInt_onRead__SWIG_0_0(swigCPtr, ImageInt.getCPtr(datum), TypedReaderImageInt.getCPtr(reader));
     if (yarpPINVOKE.SWIGPendingException.Pending)
     {
         throw yarpPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public new void onRead(ImageInt datum)
 {
     yarpPINVOKE.TypedReaderCallbackImageInt_onRead__SWIG_0(swigCPtr, ImageInt.getCPtr(datum));
     if (yarpPINVOKE.SWIGPendingException.Pending)
     {
         throw yarpPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public ImageInt prepare()
 {
     ImageInt ret = new ImageInt(yarpPINVOKE.BufferedPortImageInt_prepare(swigCPtr), false);
     return ret;
 }
 public new void onRead(ImageInt datum)
 {
     yarpPINVOKE.BufferedPortImageInt_onRead__SWIG_1(swigCPtr, ImageInt.getCPtr(datum));
     if (yarpPINVOKE.SWIGPendingException.Pending) throw yarpPINVOKE.SWIGPendingException.Retrieve();
 }
 internal static HandleRef getCPtr(ImageInt obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
示例#9
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(ImageInt obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
 public new void onRead(ImageInt datum, TypedReaderImageInt reader)
 {
     yarpPINVOKE.TypedReaderCallbackImageInt_onRead__SWIG_1(swigCPtr, ImageInt.getCPtr(datum), TypedReaderImageInt.getCPtr(reader));
     if (yarpPINVOKE.SWIGPendingException.Pending) throw yarpPINVOKE.SWIGPendingException.Retrieve();
 }
示例#11
0
 public static extern int GetInteger(ImageInt mode);
示例#12
0
    public ImageInt prepare()
    {
        ImageInt ret = new ImageInt(yarpPINVOKE.BufferedPortImageInt_prepare(swigCPtr), false);

        return(ret);
    }