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