Since you are stuck with int, double and string - I would convert the data to a json string that you can parse on the other end.
1 Like
Since you are stuck with int, double and string - I would convert the data to a json string that you can parse on the other end.