Table of Contents

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.

If the file doesn't exist, no action is taken.

Delete = 2

Delete from storage.

If the file doesn't exist, no action is taken.

None = 0

Not specified.

Write = 1

Write to storage.

If the file already exists, it will be overwritten.