ParticleDeviceCellular Property |
Does this device have a cellular connection.
Namespace: ParticleAssembly: Particle (in Particle.dll) Version: 0.8.5.14 (0.8.5.14)
Syntaxpublic bool Cellular { get; }
Public ReadOnly Property Cellular As Boolean
Get
public:
property bool Cellular {
bool get ();
}
member Cellular : bool with get
Property Value
Type:
Boolean
See Also