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