Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
FieldQoS.cs
1
using
System;
2
3
namespace
Waher.Things.SensorData
4
{
8
[Flags]
9
public
enum
FieldQoS
10
{
14
Missing = 1,
15
20
InProgress = 2,
21
25
AutomaticEstimate = 4,
26
30
ManualEstimate = 8,
31
35
ManualReadout = 16,
36
40
AutomaticReadout = 32,
41
45
TimeOffset = 64,
46
50
Warning = 128,
51
55
Error = 256,
56
62
Signed = 512,
63
67
Invoiced = 1024,
68
72
EndOfSeries = 2048,
73
77
PowerFailure = 4096,
78
82
InvoiceConfirmed = 8192
83
}
84
}
Waher.Things.SensorData
Definition:
BooleanField.cs:6
Waher.Things.SensorData.FieldQoS
FieldQoS
Field Quality of Service flags
Definition:
FieldQoS.cs:10
IoTGateway
Things
Waher.Things
SensorData
FieldQoS.cs
Generated by
1.9.5