Skip to content

HistoryRead bit in EventNotifier attribute not set in Server object in NETStandard SDK #2081

@semahag6

Description

@semahag6

Type of issue

  • Bug
  • Enhancement
  • Compliance
  • Question
  • Help wanted

Current Behavior

We're implementing an OPC UA Server using the NETStandard SDK.
Event history is implemented and we set the HistoryRead bit on the
EventNotifier attribute on our "own" objects.
ServerCapability AccessHistoryEventsCapability is set to true.

From a connected UA client I can detect that the HistoryRead bit is set
on our own objects but not on the Server object.

Does anyone know what must be done to set this bit on the Server object?

Expected Behavior

I think setting ServerCapability AccessHistoryEventsCapability to true should result in the HistoryRead bit being set on the EventNotifier attribute on the Server object

Steps To Reproduce

No response

Environment

- OS:
- Environment:
- Runtime:
- Nuget Version:
- Component:
- Server:
- Client:

Anything else?

No response

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions