Skip to content

Commit

Permalink
UANodeSetValidation - Define independent Address Space API #672
Browse files Browse the repository at this point in the history
- fixed IUAView
  • Loading branch information
mpostol committed Aug 17, 2022
1 parent 3c3334e commit d165649
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,14 @@ public interface IUAView : IUAInstance
/// <value><c>true</c> if the part of the Address Space represented by View contains no loops; otherwise, <c>false</c>.</value>
bool ContainsNoLoops { get; set; }

//TODO Description
/// <summary>
/// Sets a value indicating whether the events are supported.
/// </summary>
/// <remarks>
/// The EventNotifier is used to indicate if the node can be used to subscribe to events or the read/write historic events.
/// Must return EventNotifierType defined in the P 3 8.59
/// </remarks>
//TODO UANodeSetValidation - Define independent Address Space API #672 - replace byte by the EventNotifierType according to the definition in the spec
byte EventNotifier { get; set; }
}
}

0 comments on commit d165649

Please sign in to comment.