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)
| action | module |
|---|---|
| Packet | Ieee80211LayeredScalarRadioMedium |
| insertAtBack | TcpEchoApp, 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