Given the following: byte[] sData; and a function declared as private byte[] construct_command()
if I were to then assign the resul
sData would point to the array returned by construct_command.
sData
construct_command