eclipse-sparkplug / sparkplug

Sparkplug
Eclipse Public License 2.0
109 stars 39 forks source link

Question: Is the example for `BooleanArray` in Sparkplug Specification 3.0.0 correct #437

Open ian-abbott opened 1 year ago

ian-abbott commented 1 year ago

What do you want to know?

Given that most array values are little-endian packed byte arrays, should BooleanArray elements be packed into bytes from the most significant bit of each byte downwards as shown in the example in section 6.4.17, or should they pack from the least significant bit of each byte upwards? (I ask because there are various other encoding errors for array types in the specification as mentioned in issue #435.)

Is this related to a Sparkplug Listing request? If so, link the issue from https://github.com/eclipse-sparkplug/sparkplug.listings here.

No response

Version

3.0.0 (Default)

Accept EFTL Terms