Enum ConnectPortResult
- Namespace
- nanoFramework.Tools.Debugger
- Assembly
- nanoFramework.Tools.DebugLibrary.Net.dll
public enum ConnectPortResult
Fields
Connected = 1
Port connected successfully.
ExceptionOccurred = 4
Exception occurred when attempting to connect to the specified port.
NoExclusiveAccess = 5
Exclusive access to the device was not granted.
None = 0
No result set for the connect port.
NotConnected = 2
Couldn't connect to the specified port.
Connection to the specified port is not authorized