| ParticleDevice Methods |
The ParticleDevice type exposes the following members.
| 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.
|