Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
ITransducerNode.cs
1using System.Threading.Tasks;
3
5{
9 public interface ITransducerNode : INode
10 {
18 SamplingMode SamplingMode, double TimeoutSeconds);
19 }
20}
Interface for nodes that are published through the concentrator interface.
Definition: INode.cs:49
Interface for nodes that can return transducer information.
Task TransducerDataRequest(TransducerAccessMessage TransducerAccessMessage, SamplingMode SamplingMode, double TimeoutSeconds)
A request for transducer data has been received.