Click or drag to resize
ParticleDeviceConnected Property
Gets a value indicating whether this ParticleDevice is connected.

Namespace: Particle
Assembly: Particle (in Particle.dll) Version: 0.8.5.14 (0.8.5.14)
Syntax
public bool Connected { get; }

Property Value

Type: Boolean
true if connected; otherwise, false.
See Also