Enum Engine.UpdateDeviceResult
- Namespace
- nanoFramework.Tools.Debugger
- Assembly
- nanoFramework.Tools.DebugLibrary.Net.dll
Enumerable with result of the call to UpdateDeviceConfiguration(DeviceConfiguration).
public enum Engine.UpdateDeviceResult
Fields
ExistingConfigurationInvalid = 3
The current configuration retrieved from the connected device is not valid.
FailedToRetrieveExistingConfig = 2
Failed to retrieve existing configuration from the device
None = 0
No result reported.
Sucess = 1
Successfully updated configuration to device.
UpdateFailed = 4
Failed to upload the new configuration to the device.
UpdateFailedAndFailredToRestoreOldConfig = 6
Failed to upload the new configuration to the device and failed to restore the previous configuration.
UpdateFailedOldConfigRestored = 5
Failed to upload the new configuration to the device and the previous configuration was restored.