示例#1
0
 public virtual void promiseType(SWIGTYPE_p_yarp__os__Type typ)
 {
     yarpPINVOKE.Contactable_promiseType(swigCPtr, SWIGTYPE_p_yarp__os__Type.getCPtr(typ));
     if (yarpPINVOKE.SWIGPendingException.Pending)
     {
         throw yarpPINVOKE.SWIGPendingException.Retrieve();
     }
 }
示例#2
0
 public override void promiseType(SWIGTYPE_p_yarp__os__Type typ)
 {
     yarpPINVOKE.Port_promiseType(swigCPtr, SWIGTYPE_p_yarp__os__Type.getCPtr(typ));
     if (yarpPINVOKE.SWIGPendingException.Pending)
     {
         throw yarpPINVOKE.SWIGPendingException.Retrieve();
     }
 }
示例#3
0
    public override SWIGTYPE_p_yarp__os__Type getType()
    {
        SWIGTYPE_p_yarp__os__Type ret = new SWIGTYPE_p_yarp__os__Type(yarpPINVOKE.Port_getType(swigCPtr), true);

        return(ret);
    }
示例#4
0
    public override SWIGTYPE_p_yarp__os__Type getType()
    {
        SWIGTYPE_p_yarp__os__Type ret = new SWIGTYPE_p_yarp__os__Type(yarpPINVOKE.BufferedPortImageMono16_getType(swigCPtr), true);

        return(ret);
    }
 internal static HandleRef getCPtr(SWIGTYPE_p_yarp__os__Type obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_yarp__os__Type obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
示例#7
0
    public virtual SWIGTYPE_p_yarp__os__Type getType()
    {
        SWIGTYPE_p_yarp__os__Type ret = new SWIGTYPE_p_yarp__os__Type(yarpPINVOKE.Contactable_getType(swigCPtr), true);

        return(ret);
    }
示例#8
0
    public virtual SWIGTYPE_p_yarp__os__Type getWriteType()
    {
        SWIGTYPE_p_yarp__os__Type ret = new SWIGTYPE_p_yarp__os__Type(yarpPINVOKE.PortWriter_getWriteType(swigCPtr), true);

        return(ret);
    }
示例#9
0
    public override SWIGTYPE_p_yarp__os__Type getType()
    {
        SWIGTYPE_p_yarp__os__Type ret = new SWIGTYPE_p_yarp__os__Type(yarpPINVOKE.AbstractContactable_getType(swigCPtr), true);

        return(ret);
    }
示例#10
0
 private global::System.IntPtr SwigDirectorgetReadType()
 {
     return(SWIGTYPE_p_yarp__os__Type.getCPtr(getReadType()).Handle);
 }
示例#11
0
    public virtual SWIGTYPE_p_yarp__os__Type getReadType()
    {
        SWIGTYPE_p_yarp__os__Type ret = new SWIGTYPE_p_yarp__os__Type((SwigDerivedClassHasMethod("getReadType", swigMethodTypes1) ? yarpPINVOKE.PortReader_getReadTypeSwigExplicitPortReader(swigCPtr) : yarpPINVOKE.PortReader_getReadType(swigCPtr)), true);

        return(ret);
    }