Click or drag to resize
ParticleDevice Constructor
Initializes a new instance of the ParticleDevice class.

Namespace: Particle
Assembly: Particle (in Particle.dll) Version: 0.8.5.14 (0.8.5.14)
Syntax
protected ParticleDevice(
	ParticleCloud cloud,
	JObject obj
)

Parameters

cloud
Type: ParticleParticleCloud
The cloud.
obj
Type: JObject
The JSon object to parse
Exceptions
ExceptionCondition
ArgumentNullException
See Also