public override void setReader(PortReader reader) { yarpPINVOKE.BufferedPortImageMono16_setReader(swigCPtr, PortReader.getCPtr(reader)); if (yarpPINVOKE.SWIGPendingException.Pending) { throw yarpPINVOKE.SWIGPendingException.Retrieve(); } }
public new void setReplier(PortReader reader) { yarpPINVOKE.BufferedPortImageFloat_setReplier(swigCPtr, PortReader.getCPtr(reader)); if (yarpPINVOKE.SWIGPendingException.Pending) { throw yarpPINVOKE.SWIGPendingException.Retrieve(); } }
public virtual void setReplyHandler(PortReader reader) { yarpPINVOKE.ConnectionWriter_setReplyHandler(swigCPtr, PortReader.getCPtr(reader)); if (yarpPINVOKE.SWIGPendingException.Pending) { throw yarpPINVOKE.SWIGPendingException.Retrieve(); } }
public override void setAdminReader(PortReader reader) { yarpPINVOKE.Port_setAdminReader(swigCPtr, PortReader.getCPtr(reader)); if (yarpPINVOKE.SWIGPendingException.Pending) { throw yarpPINVOKE.SWIGPendingException.Retrieve(); } }
public virtual void setAdminReader(PortReader reader) { yarpPINVOKE.Contactable_setAdminReader(swigCPtr, PortReader.getCPtr(reader)); if (yarpPINVOKE.SWIGPendingException.Pending) { throw yarpPINVOKE.SWIGPendingException.Retrieve(); } }
public override void setReader(PortReader reader) { yarpPINVOKE.AbstractContactable_setReader(swigCPtr, PortReader.getCPtr(reader)); if (yarpPINVOKE.SWIGPendingException.Pending) { throw yarpPINVOKE.SWIGPendingException.Retrieve(); } }
public new void setReplier(PortReader reader) { yarpPINVOKE.TypedReaderBottle_setReplier(swigCPtr, PortReader.getCPtr(reader)); if (yarpPINVOKE.SWIGPendingException.Pending) { throw yarpPINVOKE.SWIGPendingException.Retrieve(); } }
public static bool readFromStream(PortReader portable, SWIGTYPE_p_yarp__os__InputStream arg1) { bool ret = yarpPINVOKE.ConnectionReader_readFromStream(PortReader.getCPtr(portable), SWIGTYPE_p_yarp__os__InputStream.getCPtr(arg1)); if (yarpPINVOKE.SWIGPendingException.Pending) { throw yarpPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public virtual bool getEnvelope(PortReader envelope) { bool ret = yarpPINVOKE.Contactable_getEnvelope(swigCPtr, PortReader.getCPtr(envelope)); if (yarpPINVOKE.SWIGPendingException.Pending) { throw yarpPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public new bool write(PortReader reader) { bool ret = yarpPINVOKE.Bottle_write__SWIG_2(swigCPtr, PortReader.getCPtr(reader)); if (yarpPINVOKE.SWIGPendingException.Pending) { throw yarpPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public override bool getEnvelope(PortReader envelope) { bool ret = yarpPINVOKE.Port_getEnvelope(swigCPtr, PortReader.getCPtr(envelope)); if (yarpPINVOKE.SWIGPendingException.Pending) { throw yarpPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public static bool copyPortable(PortWriter writer, PortReader reader) { bool ret = yarpPINVOKE.Portable_copyPortable(PortWriter.getCPtr(writer), PortReader.getCPtr(reader)); if (yarpPINVOKE.SWIGPendingException.Pending) { throw yarpPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public new bool read(PortReader reader) { bool ret = yarpPINVOKE.Port_read__SWIG_1(swigCPtr, PortReader.getCPtr(reader)); if (yarpPINVOKE.SWIGPendingException.Pending) { throw yarpPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public new bool read(PortReader reader, bool willReply) { bool ret = yarpPINVOKE.RpcServer_read__SWIG_0(swigCPtr, PortReader.getCPtr(reader), willReply); if (yarpPINVOKE.SWIGPendingException.Pending) { throw yarpPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public virtual bool process(PortWriter arg0, PortReader arg1, Contact source) { bool ret = yarpPINVOKE.NameStore_process(swigCPtr, PortWriter.getCPtr(arg0), PortReader.getCPtr(arg1), Contact.getCPtr(source)); if (yarpPINVOKE.SWIGPendingException.Pending) { throw yarpPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public new static bool write(Contact contact, PortWriter cmd, PortReader reply, bool admin) { bool ret = yarpPINVOKE.NetworkBase_write__SWIG_2(Contact.getCPtr(contact), PortWriter.getCPtr(cmd), PortReader.getCPtr(reply), admin); if (yarpPINVOKE.SWIGPendingException.Pending) { throw yarpPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public new bool write(PortWriter writer, PortReader reader, PortWriter callback) { bool ret = yarpPINVOKE.Port_write__SWIG_2(swigCPtr, PortWriter.getCPtr(writer), PortReader.getCPtr(reader), PortWriter.getCPtr(callback)); if (yarpPINVOKE.SWIGPendingException.Pending) { throw yarpPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public void setPortReader(PortReader reader) { yarpPINVOKE.Things_setPortReader(swigCPtr, PortReader.getCPtr(reader)); }
public static bool writeToNameServer(PortWriter cmd, PortReader reply, ContactStyle style) { bool ret = yarpPINVOKE.NetworkBase_writeToNameServer(PortWriter.getCPtr(cmd), PortReader.getCPtr(reply), ContactStyle.getCPtr(style)); if (yarpPINVOKE.SWIGPendingException.Pending) { throw yarpPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public new static bool write(string port_name, PortWriter cmd, PortReader reply) { bool ret = yarpPINVOKE.NetworkBase_write__SWIG_5(port_name, PortWriter.getCPtr(cmd), PortReader.getCPtr(reply)); if (yarpPINVOKE.SWIGPendingException.Pending) { throw yarpPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public new bool write(PortWriter writer, PortReader reader) { bool ret = yarpPINVOKE.UnbufferedContactable_write__SWIG_3(swigCPtr, PortWriter.getCPtr(writer), PortReader.getCPtr(reader)); if (yarpPINVOKE.SWIGPendingException.Pending) { throw yarpPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }