SliceChunk

Namespace inet

SliceChunk

class

(no description)

Extends

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

Fields

Name Type Description
offset b
length b
chunk Chunk

Packet operations (observed)

actionmodule
PacketIeee80211LayeredDimensionalRadioMedium
insertAtBackTcpEchoApp, OriginatorMacDataService, OriginatorQosMacDataService, RecipientMacDataService, RecipientQosMacDataService, Ipv4, TcpConnection

Source code

class SliceChunk extends Chunk
{
    @existingClass;
    @descriptor(readonly);
    b offset;
    b length;
    Chunk *chunk @getter(_getChunk);
}

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