Enum Commands.Monitor_StorageOperation.StorageOperation
- Namespace
- nanoFramework.Tools.Debugger.WireProtocol
- Assembly
- nanoFramework.Tools.DebugLibrary.Net.dll
Storage operation to be performed.
public enum Commands.Monitor_StorageOperation.StorageOperation : byte
Fields
Append = 3
Append to a file.
Delete = 2
Delete from storage.
None = 0
Not specified.
Write = 1
Write to storage.