SetItem
Function Usage
Sets the data to be carried by the packet.
Prototype
1 | void SetItem(T& item) |
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
item |
Input |
Actual data carried by the packet data template. |
Parent topic: Packet
Sets the data to be carried by the packet.
1 | void SetItem(T& item) |
Parameter |
Input/Output |
Description |
|---|---|---|
item |
Input |
Actual data carried by the packet data template. |