Example #1
0
        public static UplinkObject uplink_object_iterator_item(UplinkObjectIterator iterator)
        {
            global::System.IntPtr cPtr = storj_uplinkPINVOKE.uplink_object_iterator_item(UplinkObjectIterator.getCPtr(iterator));
            UplinkObject          ret  = (cPtr == global::System.IntPtr.Zero) ? null : new UplinkObject(cPtr, false);

            return(ret);
        }
Example #2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(UplinkObject obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
Example #3
0
 public static void uplink_free_object(UplinkObject obj)
 {
     storj_uplinkPINVOKE.uplink_free_object(UplinkObject.getCPtr(obj));
 }
Example #4
0
 public static void prepare_get_custommetadata(UplinkObject object_)
 {
     storj_uplinkPINVOKE.prepare_get_custommetadata(UplinkObject.getCPtr(object_));
 }