ByteCountChunk

Namespace inet

ByteCountChunk

class

C++ definition

(no description)

Extends

Name Type Description
Chunk (unknown -- not in documented files)

Fields

Name Type Description
data uint8_t

Source code

class ByteCountChunk extends Chunk
{
    @existingClass;
    @descriptor(readonly);
    uint8_t data;
}

File: src/inet/common/packet/chunk/Chunk.msg