Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
NodeStatusChanged.cs
1
using
Waher.Things.DisplayableParameters
;
2
3
namespace
Waher.Things.SourceEvents
4
{
8
public
class
NodeStatusChanged
:
NodeStatusEvent
9
{
10
private
Message
[] messages =
null
;
11
15
public
NodeStatusChanged
()
16
: base()
17
{
18
}
19
23
public
Message
[]
Messages
24
{
25
get
=> this.messages;
26
set
=> this.messages = value;
27
}
28
32
public
override
SourceEventType
EventType
33
{
34
get
{
return
SourceEventType
.NodeStatusChanged; }
35
}
36
}
37
}
Waher.Things.DisplayableParameters.Message
Contains information about a message logged on a node.
Definition:
Message.cs:32
Waher.Things.SourceEvents.NodeStatusChanged
Node status changed event.
Definition:
NodeStatusChanged.cs:9
Waher.Things.SourceEvents.NodeStatusChanged.Messages
Message[] Messages
Messages on node, at time of event.
Definition:
NodeStatusChanged.cs:24
Waher.Things.SourceEvents.NodeStatusChanged.EventType
override SourceEventType EventType
Type of data source event.
Definition:
NodeStatusChanged.cs:33
Waher.Things.SourceEvents.NodeStatusChanged.NodeStatusChanged
NodeStatusChanged()
Node status changed event.
Definition:
NodeStatusChanged.cs:15
Waher.Things.SourceEvents.NodeStatusEvent
Abstract base class for all node status events.
Definition:
NodeStatusEvent.cs:9
Waher.Things.DisplayableParameters
Definition:
BooleanParameter.cs:5
Waher.Things.SourceEvents
Definition:
GetDataSourcesEventArgs.cs:5
Waher.Things.SourceEvents.SourceEventType
SourceEventType
Data Source event types
Definition:
SourceEventType.cs:10
IoTGateway
Things
Waher.Things
SourceEvents
NodeStatusChanged.cs
Generated by
1.9.5