Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
TransducerData.cs
2
4{
8 public class TransducerData
9 {
16 {
17 this.ChannelInfo = ChannelInfo;
18 this.Fields = Fields;
19 }
20
24 public Field[] Fields { get; }
25
30 }
31}
TransducerData(ChannelAddress ChannelInfo, Field[] Fields)
IEEE 1451.0 TEDS
Base class for all sensor data fields.
Definition: Field.cs:20