Exemple #1
0
    public bool setConnectionReader(ConnectionReader reader)
    {
        bool ret = yarpPINVOKE.Things_setConnectionReader(swigCPtr, ConnectionReader.getCPtr(reader));

        if (yarpPINVOKE.SWIGPendingException.Pending)
        {
            throw yarpPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
Exemple #2
0
    public new bool read(ConnectionReader reader)
    {
        bool ret = yarpPINVOKE.Property_read(swigCPtr, ConnectionReader.getCPtr(reader));

        if (yarpPINVOKE.SWIGPendingException.Pending)
        {
            throw yarpPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
Exemple #3
0
    public new bool read(ConnectionReader connection)
    {
        bool ret = yarpPINVOKE.VectorBase_read(swigCPtr, ConnectionReader.getCPtr(connection));

        if (yarpPINVOKE.SWIGPendingException.Pending)
        {
            throw yarpPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
Exemple #4
0
    public static bool readPair(ConnectionReader connection, Portable head, Portable body)
    {
        bool ret = yarpPINVOKE.PortablePairBase_readPair(ConnectionReader.getCPtr(connection), Portable.getCPtr(head), Portable.getCPtr(body));

        if (yarpPINVOKE.SWIGPendingException.Pending)
        {
            throw yarpPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
Exemple #5
0
 public new bool read(ConnectionReader connection) {
   bool ret = yarpPINVOKE.Image_read(swigCPtr, ConnectionReader.getCPtr(connection));
   if (yarpPINVOKE.SWIGPendingException.Pending) throw yarpPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
Exemple #6
0
 public virtual void setParentConnectionReader(ConnectionReader parentConnectionReader)
 {
     yarpPINVOKE.ConnectionReader_setParentConnectionReader(swigCPtr, ConnectionReader.getCPtr(parentConnectionReader));
 }