You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If AccessRestrictions is set to any value, an inconsistent data type error is encountered when reading with an opcua client: "Invalid Datatype: Expected OpcUaType_UInt16, Received OpcUaType_Int32"
Expected Behavior
The data type expressing AccessRestrictions should be UInt16
Steps To Reproduce
AccessRestrictions = AccessRestrictionType.None
Environment
- OS:Windows 11
- Environment:Visual Studio 2022
- Runtime: net8
- Nuget Version: 1.5.374.126
- Component:Opc.Ua.Core
- Server:Reference Server
- Client: UA Expert
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Type of issue
Current Behavior
If AccessRestrictions is set to any value, an inconsistent data type error is encountered when reading with an opcua client: "Invalid Datatype: Expected OpcUaType_UInt16, Received OpcUaType_Int32"
Expected Behavior
The data type expressing AccessRestrictions should be UInt16
Steps To Reproduce
AccessRestrictions = AccessRestrictionType.None
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: