cPacketChunk
class(no description)
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Extends
Name | Type | Description |
---|---|---|
Chunk | class | (no description) |
Fields
Name | Type | Description |
---|---|---|
_packet | cPacket | |
mutable | bool | |
complete | bool | |
correct | bool | |
properlyRepresented | bool | |
chunkLength | b | |
rawBin | string[] | |
rawHex | string[] | |
tags | RegionTagSet::cObjectRegionTag[] |
Source code
class cPacketChunk extends Chunk { @existingClass; @descriptor(readonly); cPacket *_packet @getter(getPacket); }File: src/inet/common/packet/chunk/Chunk.msg