ConnectionState Class
Informs the connected state of the computer with the Arduino.
Namespace: RoboTx.ApiAssembly: RoboTx.Api (in RoboTx.Api.dll) Version: 1.0.0
public class ConnectionState
Public Class ConnectionState
type ConnectionState = class end
- Inheritance
- Object ConnectionState
IsClosing |
Returns true if the method NotifyClosing was previously called.
Returns false otherwise. This property is for monitoring by background threads
which should exit gracefully when the property returns true.
|
IsConnected |
Returns true if the serial port is connected to the Arduino, false otherwise.
|