ParticleDevice Class |
Namespace: Particle
The ParticleDevice type exposes the following members.
Name | Description | |
---|---|---|
![]() | ParticleDevice |
Initializes a new instance of the ParticleDevice class.
|
Name | Description | |
---|---|---|
![]() | Cellular |
Does this device have a cellular connection.
|
![]() | Connected |
Gets a value indicating whether this ParticleDevice is connected.
|
![]() | CurrentBuildTarget |
The Current Build Target
|
![]() | DeviceType |
Gets the type of the device.
|
![]() | Functions |
Gets the functions for this device. Be sure to call RefreshAsync to refresh this list.
|
![]() | Id |
Gets the identifier.
|
![]() | IMEI |
IMEI number if Electron
|
![]() | IsRefreshing |
Gets or sets a value indicating whether this device is refreshing.
|
![]() | LastApp |
Gets the last application flashed to the core
|
![]() | LastHeard |
Gets the last heard date.
|
![]() | LastICCID |
Last SIM card ID used if an Electron
|
![]() | LastIPAddress |
Gets the last IP address the Device was connected with
|
![]() | Name |
The name of the core
|
![]() | PlatformId |
The PlatformId for the ParticleDevice
|
![]() | Status |
The Status of the device
|
![]() | Variables |
Gets the variables defined for this device. Be sure to call RefreshAsync to refresh this list.
|
Name | Description | |
---|---|---|
![]() | CallFunctionAsync |
Calls the function asynchronous.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | FirePropertyChanged |
Fires the property changed.
(Inherited from ParticleBase.) |
![]() | FlashExampleAppAsync |
Flashes the example application asynchronous.
|
![]() | FlashKnownAppAsync |
Flashes a known application to a device.
|
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | GetVariableValueAsync(String) |
Gets the variable value asynchronous for the provided variable name.
|
![]() | GetVariableValueAsync(Variable) |
Gets the variable value asynchronous for the provided variable.
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ParseFunctions |
Parses the functions.
|
![]() | ParseObject |
Parses the JSon Object representing a particle device
|
![]() | ParseVariables |
Parses the variables.
|
![]() | RefreshAsync |
Refreshes the device from the cloud.
|
![]() | RenameAsync |
Renames the Device.
|
![]() | SetPropertyT |
Sets the property and fires (Inherited from ParticleBase.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | UnclaimAsync |
Unclaims the Device asynchronous.
|
Name | Description | |
---|---|---|
![]() | PropertyChanged |
Occurs when [property changed].
(Inherited from ParticleBase.) |