Method SetPersistentSensorData
SetPersistentSensorData(string, object)
Add a data object which will be added to the dataset with each capture. Overrides existing sensor data associated with the given key.
Declaration
public void SetPersistentSensorData(string key, object data)
Parameters
| Type | Name | Description |
|---|---|---|
| string | key | The key to associate with the data. |
| object | data | An object containing the data. Will be serialized into json. |