public override void promiseType(SWIGTYPE_p_Type typ)
 {
     yarpPINVOKE.BufferedPortImageMono_promiseType(swigCPtr, SWIGTYPE_p_Type.getCPtr(typ));
     if (yarpPINVOKE.SWIGPendingException.Pending) throw yarpPINVOKE.SWIGPendingException.Retrieve();
 }
Exemplo n.º 2
0
 public override SWIGTYPE_p_Type getType()
 {
     SWIGTYPE_p_Type ret = new SWIGTYPE_p_Type(yarpPINVOKE.Port_getType(swigCPtr), true);
     return ret;
 }
 public override SWIGTYPE_p_Type getType()
 {
     SWIGTYPE_p_Type ret = new SWIGTYPE_p_Type(yarpPINVOKE.BufferedPortImageMono_getType(swigCPtr), true);
     return ret;
 }
Exemplo n.º 4
0
 public virtual SWIGTYPE_p_Type getType()
 {
     SWIGTYPE_p_Type ret = new SWIGTYPE_p_Type(yarpPINVOKE.Portable_getType(swigCPtr), true);
     return ret;
 }
 public virtual void promiseType(SWIGTYPE_p_Type typ)
 {
     yarpPINVOKE.Contactable_promiseType(swigCPtr, SWIGTYPE_p_Type.getCPtr(typ));
     if (yarpPINVOKE.SWIGPendingException.Pending) throw yarpPINVOKE.SWIGPendingException.Retrieve();
 }
Exemplo n.º 6
0
 internal static HandleRef getCPtr(SWIGTYPE_p_Type obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
Exemplo n.º 7
0
 public virtual SWIGTYPE_p_Type getReadType()
 {
     SWIGTYPE_p_Type ret = new SWIGTYPE_p_Type((SwigDerivedClassHasMethod("getReadType", swigMethodTypes1) ? yarpPINVOKE.PortReader_getReadTypeSwigExplicitPortReader(swigCPtr) : yarpPINVOKE.PortReader_getReadType(swigCPtr)), true);
     return ret;
 }
 public override SWIGTYPE_p_Type getType()
 {
     SWIGTYPE_p_Type ret = new SWIGTYPE_p_Type(yarpPINVOKE.AbstractContactable_getType(swigCPtr), true);
     return ret;
 }