ParticleDeviceDeviceType Property |
Gets the type of the device.
Namespace: ParticleAssembly: Particle (in Particle.dll) Version: 0.8.5.14 (0.8.5.14)
Syntaxpublic ParticleDeviceType DeviceType { get; }
Public ReadOnly Property DeviceType As ParticleDeviceType
Get
public:
property ParticleDeviceType DeviceType {
ParticleDeviceType get ();
}
member DeviceType : ParticleDeviceType with get
Property Value
Type:
ParticleDeviceType
The type of the device.
See Also