Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IDiscoverableNode.cs
1using System.Threading.Tasks;
3
5{
9 public interface IDiscoverableNode : INode
10 {
16 }
17}
Interface for nodes that are published through the concentrator interface.
Definition: INode.cs:49
Interface for nodes that can be discovered on an IEEE 1451.0 network.
Task DiscoveryRequest(DiscoveryMessage DiscoveryMessage)
A request for TEDS data has been received.