Open RickBullotta opened 1 year ago
There are explicit array data types for many of the primitive types, but not for Text and some of the other metric types.
True, there is also no useful way to add a value as int or long instead of uint or ulong, I guess.
int
long
uint
ulong
Related issue: https://github.com/eclipse-sparkplug/sparkplug/issues/499.
There are explicit array data types for many of the primitive types, but not for Text and some of the other metric types.