Click or drag to resize
ParticleDeviceParseObject Method
Parses the JSon Object representing a particle device

Namespace: Particle
Assembly: Particle (in Particle.dll) Version: 0.8.5.14 (0.8.5.14)
Syntax
protected virtual void ParseObject(
	JObject obj
)

Parameters

obj
Type: JObject
The object.
See Also