Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
ISensorDataProcessor.cs
1using System.Threading.Tasks;
2using Waher.Things;
4
6{
11 {
18 Task<Field[]> ProcessFields(ISensor Sensor, Field[] Fields);
19 }
20}
Base class for all sensor data fields.
Definition: Field.cs:20
Base Interface for all processor nodes.
Base Interface for all sensor-data processor nodes.
Task< Field[]> ProcessFields(ISensor Sensor, Field[] Fields)
Process a collection of sensor data fields.
Interface for sensor nodes.
Definition: ISensor.cs:9