issues
search
eclipse-sparkplug
/
sparkplug
Sparkplug
Eclipse Public License 2.0
114
stars
39
forks
source link
Fix example byte string contents for various Array types
#436
Closed
ian-abbott
closed
1 year ago
ian-abbott
commented
1 year ago
Fix the following problems:
The Int8Array example uses the wrong byte for decimal -23.
The FloatArray and DoubleArray examples have the byte arrays in big endian order instead of little endian order.
The DateTimeArray example is missing the two most significant bytes for each value.
Fixes #435
Fix the following problems:
Fixes #435