public static extern global::System.IntPtr ARDISCOVERY_Device_NewByCopy(global::System.Runtime.InteropServices.HandleRef jarg1, ref eARDISCOVERY_ERROR jarg2);
 public static extern global::System.IntPtr ARDISCOVERY_Device_NewARNetworkAL(global::System.Runtime.InteropServices.HandleRef jarg1, ref eARDISCOVERY_ERROR jarg2, global::System.Runtime.InteropServices.HandleRef jarg3);
 public static extern global::System.IntPtr ARDISCOVERY_Device_New(ref eARDISCOVERY_ERROR jarg1);
Example #4
0
 public static string ARDISCOVERY_Error_ToString(eARDISCOVERY_ERROR error)
 {
     string ret = ARDroneSDK3PINVOKE.ARDISCOVERY_Error_ToString((int)error);
     return ret;
 }
Example #5
0
 public static SWIGTYPE_p_ARDISCOVERY_Device_t ARDISCOVERY_Device_NewByCopy(SWIGTYPE_p_ARDISCOVERY_Device_t deviceToCopy, ref eARDISCOVERY_ERROR error)
 {
     global::System.IntPtr cPtr = ARDroneSDK3PINVOKE.ARDISCOVERY_Device_NewByCopy(SWIGTYPE_p_ARDISCOVERY_Device_t.getCPtr(deviceToCopy), ref error);
     SWIGTYPE_p_ARDISCOVERY_Device_t ret = (cPtr == global::System.IntPtr.Zero) ? null : new SWIGTYPE_p_ARDISCOVERY_Device_t(cPtr, false);
     return ret;
 }
Example #6
0
 public static SWIGTYPE_p_ARNETWORKAL_Manager_t ARDISCOVERY_Device_NewARNetworkAL(SWIGTYPE_p_ARDISCOVERY_Device_t discoveryDevice, ref eARDISCOVERY_ERROR error, SWIGTYPE_p_eARNETWORKAL_ERROR errorAL)
 {
     global::System.IntPtr cPtr = ARDroneSDK3PINVOKE.ARDISCOVERY_Device_NewARNetworkAL(SWIGTYPE_p_ARDISCOVERY_Device_t.getCPtr(discoveryDevice), ref error, SWIGTYPE_p_eARNETWORKAL_ERROR.getCPtr(errorAL));
     SWIGTYPE_p_ARNETWORKAL_Manager_t ret = (cPtr == global::System.IntPtr.Zero) ? null : new SWIGTYPE_p_ARNETWORKAL_Manager_t(cPtr, false);
     return ret;
 }