Reading byte array into float (expanding on SerialCallResponse example)

In a related question - and please forgive my ignorance of what probably appears basic…
In C I could pass a pointer to an integer (i.e. a primitive, not an object) to a function and have that function increment it (fairly obviously I’m talking about an array index). As Java doesn’t work that way (as well described here
http://www.javadude.com/articles/passbyvalue.htm
how would I achieve the same functionalilty?

1 Like