Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
ISensor.cs
1using System.Threading.Tasks;
2
3namespace Waher.Things
4{
8 public interface ISensor : INode
9 {
15 }
16}
Interface for nodes that are published through the concentrator interface.
Definition: INode.cs:49
Interface for sensor nodes.
Definition: ISensor.cs:9
Task StartReadout(ISensorReadout Request)
Starts the readout of the sensor.
Interface for classes managing sensor data readouts.