ChunkBuffer::Region

Namespace inet

ChunkBuffer::Region

class

(no description)

Fields

Name Type Description
startOffset b
endOffset b
data Chunk

Source code

class ChunkBuffer::Region
{
    @existingClass;
    @descriptor(readonly);
    b startOffset;
    b endOffset;
    Chunk *data @getter(getData);
}

File: src/inet/common/packet/ChunkBuffer.msg