internal static HandleRef getCPtr(SWIGTYPE_p_Bytes obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
Exemplo n.º 2
0
    public virtual SWIGTYPE_p_Bytes readEnvelope()
    {
        SWIGTYPE_p_Bytes ret = new SWIGTYPE_p_Bytes(yarpPINVOKE.ConnectionReader_readEnvelope(swigCPtr), true);

        return(ret);
    }
Exemplo n.º 3
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_Bytes obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
Exemplo n.º 4
0
 public virtual SWIGTYPE_p_Bytes readEnvelope()
 {
     SWIGTYPE_p_Bytes ret = new SWIGTYPE_p_Bytes(yarpPINVOKE.ConnectionReader_readEnvelope(swigCPtr), true);
     return ret;
 }