I was able to retrieve my packet data as an unsigned char* with
but I have no idea how to determine what 'length' SHOULD be. My message type does not include any size information unfortunately. I want to grab the data from position 0 to the end of the data. How can I accomplish this? asked 26 Jul '11, 12:28 officialhopsof |
One Answer:
I am going to answer my own question,
Sorry about that! answered 26 Jul '11, 12:47 officialhopsof |