locka99 / opcua

A client and server implementation of the OPC UA specification written in Rust
Mozilla Public License 2.0
496 stars 131 forks source link

Fix enumeration size and flags enumerations #110

Closed schroeder- closed 3 years ago

schroeder- commented 3 years ago

See #109

Needed to upgrade to a new nodeset version, which contained the needed data in opc.ua.types.bsd.

locka99 commented 3 years ago

Thanks I'll merge this in.