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 = 3The current configuration retrieved from the connected device is not valid.
FailedToRetrieveExistingConfig = 2Failed to retrieve existing configuration from the device
None = 0No result reported.
Sucess = 1Successfully updated configuration to device.
UpdateFailed = 4Failed to upload the new configuration to the device.
UpdateFailedAndFailredToRestoreOldConfig = 6Failed to upload the new configuration to the device and failed to restore the previous configuration.
UpdateFailedOldConfigRestored = 5Failed to upload the new configuration to the device and the previous configuration was restored.