Click or drag to resize
ParticleCloudGetDevicesAsync Method
Get the list of devices the user has access to

Namespace: Particle
Assembly: Particle (in Particle.dll) Version: 0.8.5.14 (0.8.5.14)
Syntax
public Task<Result<List<ParticleDevice>>> GetDevicesAsync()

Return Value

Type: TaskResultListParticleDevice

[Missing <returns> documentation for "M:Particle.ParticleCloud.GetDevicesAsync"]

See Also