Exemplo 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);
    }
Exemplo n.º 2
0
 public virtual void setReference(Portable obj)
 {
     yarpPINVOKE.ConnectionWriter_setReference(swigCPtr, Portable.getCPtr(obj));
 }
Exemplo 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);
    }