vendredi 6 mars 2020

Mapping a part of large byte stream to multiple structure

I have a packet in the form of bytes. This packet contains a header part and after header it contains multiple messages (without space between two messages). I need to map these messages to message structure struct Message{...}. The header part contains the total message count and each message contains the size of message.

Aucun commentaire:

Enregistrer un commentaire