Enum StorageOperationErrorCode
- Namespace
- nanoFramework.Tools.Debugger.WireProtocol
- Assembly
- nanoFramework.Tools.DebugLibrary.Net.dll
Storage operation error codes.
public enum StorageOperationErrorCode : uint
Fields
DeleteError = 32Delete error.
NoError = 1No error.
NotSupported = 65535Target does not support storage operations.
PlatformError = 48Platform dependent error.
WriteError = 16Write error.