Namespace inet
ApplicationPacket
classGeneric application packet
TODO rename to ApplicationHeader and remove ByteCountChunk from ApplicationHeaderSerializer
Extends
| Name | Type | Description |
|---|---|---|
| FieldsChunk | (unknown -- not in documented files) |
Fields
| Name | Type | Description |
|---|---|---|
| sequenceNumber | uint32_t |
Packet operations (observed)
| action | module |
|---|---|
| insertAtBack | TcpSessionApp, UdpBasicApp, UdpBasicBurst |
Source code
// // Generic application packet // // TODO rename to ApplicationHeader and remove ByteCountChunk from ApplicationHeaderSerializer class ApplicationPacket extends FieldsChunk { uint32_t sequenceNumber; }File: src/inet/applications/base/ApplicationPacket.msg