Click or drag to resize
ParticleDeviceFunctions Property
Gets the functions for this device. Be sure to call RefreshAsync to refresh this list.

Namespace: Particle
Assembly: Particle (in Particle.dll) Version: 0.8.5.14 (0.8.5.14)
Syntax
public IReadOnlyList<string> Functions { get; }

Property Value

Type: IReadOnlyListString
The functions.
See Also