Ejemplo n.º 1
0
 public static void ARCONTROLLER_Dictionary_DeleteDictionary(SWIGTYPE_p_p_ARCONTROLLER_Dictionary_t dictionary)
 {
     ARDroneSDK3PINVOKE.ARCONTROLLER_Dictionary_DeleteDictionary(SWIGTYPE_p_p_ARCONTROLLER_Dictionary_t.getCPtr(dictionary));
 }
Ejemplo n.º 2
0
 public static eARCONTROLLER_ERROR ARCONTROLLER_Dictionary_AddDictionaryElement(SWIGTYPE_p_p_ARCONTROLLER_Dictionary_t dictionary, eARCONTROLLER_DICTIONARY_KEY commandKey, System.IntPtr callback, System.IntPtr customData)
 {
     eARCONTROLLER_ERROR ret = (eARCONTROLLER_ERROR)ARDroneSDK3PINVOKE.ARCONTROLLER_Dictionary_AddDictionaryElement(SWIGTYPE_p_p_ARCONTROLLER_Dictionary_t.getCPtr(dictionary), (int)commandKey, callback, new global::System.Runtime.InteropServices.HandleRef(null, customData));
     return ret;
 }