Packet
Function Usage
Constructor of the packet function.
Prototype
1 2 | Packet() = default; Packet(T item) |
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
item |
Input |
Actual data carried by the packet data template. |
Parent topic: Packet
Constructor of the packet function.
1 2 | Packet() = default; Packet(T item) |
Parameter |
Input/Output |
Description |
|---|---|---|
item |
Input |
Actual data carried by the packet data template. |