Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
EventNotificationMessage.cs
2
4{
9 {
22 {
23 this.EventNotificationService = EventNotificationService;
24 }
25
30
34 public override string NetworkServiceIdName => this.EventNotificationService.ToString();
35 }
36}
ICommunicationLayer ComLayer
Sniffable interface on which the message was received.
Definition: Binary.cs:75
EventNotificationMessage(NetworkServiceType NetworkServiceType, EventNotificationService EventNotificationService, MessageType MessageType, byte[] Body, byte[] Tail, ICommunicationLayer ComLayer)
IEEE 1451.0 Event Notification Message
EventNotificationService EventNotificationService
Event Notification Service
override string NetworkServiceIdName
Name of Message.NetworkServiceId
byte[] Tail
Bytes that are received after the body.
Definition: Message.cs:57
Interface for observable classes implementing communication protocols.
EventNotificationService
Event Notification Service
MessageType
Network Service Message Type
Definition: MessageType.cs:7
NetworkServiceType
IEEE 1451.0 Network Service Type