ChunkQueue
class(no description)
Usage diagram
The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.
Extends
| Name | Type | Description |
|---|---|---|
| cNamedObject | (unknown -- not in documented files) |
Fields
| Name | Type | Description |
|---|---|---|
| length | b | |
| content | Chunk |
Source code
class ChunkQueue extends cNamedObject { @existingClass; @descriptor(readonly); b length; Chunk *content @getter(getContent); }File: src/inet/common/packet/ChunkQueue.msg