SetItem
Function Usage
Sets the data to be carried by the packet.
Prototype
void SetItem(T& item)
Parameter Description
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.
void SetItem(T& item)
Parameter |
Input/Output |
Description |
|---|---|---|
item |
Input |
Actual data carried by the packet data template |