wifi_manager_scan_finished_cb typedef

@brief Called when the scan is finished. @details The following error codes can be received: \n #WIFI_MANAGER_ERROR_NONE Successful \n #WIFI_MANAGER_ERROR_OPERATION_FAILED Operation failed \n @since_tizen 3.0 @paramin error_code The error code @paramin user_data The user data passed from the callback registration function @see wifi_manager_scan() @see wifi_manager_set_background_scan_cb() @see wifi_manager_unset_background_scan_cb()

Implementation

typedef wifi_manager_scan_finished_cb
    = ffi.Pointer<ffi.NativeFunction<wifi_manager_scan_finished_cbFunction>>;