ConnectionStateIsConnected Property

Returns true if the serial port is connected to the Arduino, false otherwise.

Definition

Namespace: RoboTx.Api
Assembly: RoboTx.Api (in RoboTx.Api.dll) Version: 1.0.0
C#
public bool IsConnected { get; }

Property Value

Boolean

See Also