awcullen / opcua

OPC Unified Architecture (OPC UA) in Go.
MIT License
81 stars 18 forks source link

Support for Multidimensional Arrays of Basic Types and Strings #41

Open YaroslavH2 opened 1 week ago

YaroslavH2 commented 1 week ago

This pull request adds encoding and decoding support for multidimensional arrays, specifically for basic data types and strings. Following up issue #37