Enum AccessMemoryErrorCodes
- Namespace
- nanoFramework.Tools.Debugger.WireProtocol
- Assembly
- nanoFramework.Tools.DebugLibrary.Net.dll
public enum AccessMemoryErrorCodes : uint
Fields
FailedToAllocateReadBuffer = 32
Failed to allocate buffer to execute operation
NoError = 1
No error
PermissionDenied = 16
Permission denied
RequestedOperationFailed = 48
Breakpoints are disabled in the device
Unknown = 65535