Esempio n. 1
0
 public static eARCONTROLLER_ERROR ARCONTROLLER_Frame_SetFree(ARCONTROLLER_Frame_t frame)
 {
     eARCONTROLLER_ERROR ret = (eARCONTROLLER_ERROR)ARDroneSDK3PINVOKE.ARCONTROLLER_Frame_SetFree(ARCONTROLLER_Frame_t.getCPtr(frame));
     return ret;
 }
 public static global::System.Runtime.InteropServices.HandleRef getCPtr(ARCONTROLLER_Frame_t obj)
 {
     return (obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr;
 }
Esempio n. 3
0
 public static int ARCONTROLLER_Frame_ensureCapacityIsAtLeast(ARCONTROLLER_Frame_t frame, uint minimumCapacity, ref eARCONTROLLER_ERROR error)
 {
     int ret = ARDroneSDK3PINVOKE.ARCONTROLLER_Frame_ensureCapacityIsAtLeast(ARCONTROLLER_Frame_t.getCPtr(frame), minimumCapacity, ref error);
     return ret;
 }