Namespace inet
PacketEvent
class(no description)
Extends
| Name | Type | Description |
|---|---|---|
| cObject | (unknown -- not in documented files) |
Fields
| Name | Type | Description |
|---|---|---|
| kind | int | |
| modulePath | string | |
| eventNumber | int64_t | |
| simulationTime | simtime_t | |
| duration | simtime_t | |
| packetLength | b |
Source code
class PacketEvent extends cObject { @str(getClassName()); int kind @enum(PacketEventKind) = PEK_UNDEFINED; string modulePath; int64_t eventNumber = -1; simtime_t simulationTime = -1; simtime_t duration = -1; b packetLength = b(-1); }File: src/inet/common/PacketEventTag.msg