Namespace inet
RawPacket
packetPacket that carries raw network bytes. Used with emulation-related features.
Fields
Name | Type | Description |
---|---|---|
byteArray | ByteArray |
Source code
// // Packet that carries raw network bytes. // Used with emulation-related features. // packet RawPacket { @customize(true); ByteArray byteArray; }File: src/inet/common/RawPacket.msg