ConnectionState Class

Informs the connected state of the computer with the Arduino.

Definition

Namespace: RoboTx.Api
Assembly: RoboTx.Api (in RoboTx.Api.dll) Version: 1.0.0
C#
public class ConnectionState
Inheritance
Object    ConnectionState

Properties

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.

See Also