I have a payload from a client which is a byte* and contains always an integer. I need the value of the payload as an integer. How can I convert this?
byte* payload
to
int value
I have a payload from a client which is a byte* and contains always an integer. I need the value of the payload as an integer. How can I convert this?
byte* payload
to
int value