Functions for accessing data specific to the packet: ------------------------------------------------------------------ Data returns the set of bytes that make up this entire packet.
()
| 95 | //// ------------------------------------------------------------------ |
| 96 | // Data returns the set of bytes that make up this entire packet. |
| 97 | Data() []byte |
| 98 | // Metadata returns packet metadata associated with this packet. |
| 99 | Metadata() *PacketMetadata |
| 100 | } |
no outgoing calls