Representing Data¶. The Packet data structure builds on top of another set of data structures called chunks. Chunks provide several alternatives to represent a piece of data. INET provides the following built-in chunk C++ classes: Chunk, the base class for
all chunk classes. repeated byte or bit chunk (ByteCountChunk, BitCountChunk)raw bytes or bits chunk (BytesChunk, BitsChunk)