Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix read of NodeId attribute AccessRestrictions by casting return typ…
…e from Enum to ushort (#2883) In the read NodeId servcie call an enum is by default cast to Int32, so the cast to ushort is needed here to return the expected type for the AccessRestrictions.
- Loading branch information