BytesChunk
Namespace inet
BytesChunk
class(no description)
Extends
| Name | Type | Description |
|---|---|---|
| Chunk | (unknown -- not in documented files) |
Fields
| Name | Type | Description |
|---|---|---|
| byte | uint8_t[] |
Source code
class BytesChunk extends Chunk { @existingClass; @descriptor(readonly); uint8_t byte[]; }File: src/inet/common/packet/chunk/Chunk.msg