Is there a way to easily determine the length of a message or how many elements it contains?
first message contains 6 float elements:
| 1 2 3 4 5 6
second message contains 8 float elements:
| 1 2 3 4 5 6 7 8
I'd like to determine length or count programmatically.