Click or drag to resize
ParticleDeviceFlashKnownAppAsync Method
Flashes a known application to a device.

Namespace: Particle
Assembly: Particle (in Particle.dll) Version: 0.8.5.14 (0.8.5.14)
Syntax
public Task<Result> FlashKnownAppAsync(
	string appName
)

Parameters

appName
Type: SystemString
Name of the application.

Return Value

Type: TaskResult

[Missing <returns> documentation for "M:Particle.ParticleDevice.FlashKnownAppAsync(System.String)"]

See Also