Esempio n. 1
0
    public bool setEnvelope(Portable data)
    {
        bool ret = yarpPINVOKE.Contactable_setEnvelope__SWIG_1(swigCPtr, Portable.getCPtr(data));

        if (yarpPINVOKE.SWIGPendingException.Pending)
        {
            throw yarpPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
Esempio n. 2
0
 public virtual void setReference(Portable obj)
 {
     yarpPINVOKE.ConnectionWriter_setReference(swigCPtr, Portable.getCPtr(obj));
 }
Esempio n. 3
0
    public static bool writePair(ConnectionWriter connection, Portable head, Portable body)
    {
        bool ret = yarpPINVOKE.PortablePairBase_writePair(ConnectionWriter.getCPtr(connection), Portable.getCPtr(head), Portable.getCPtr(body));

        if (yarpPINVOKE.SWIGPendingException.Pending)
        {
            throw yarpPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }