This command sets the contents of the
specified packet to the contents of the specified string.
The packet’s memory size will be increased
as necessary.
The packet’s used size and contents will be equal to the string’s length and contents.
Long long int Packet: This is the packet that the command should use.
Char * From: This is the string that should be copied into Packet.
0 if no error occurred
-1 if an error occurred
DBP
C++
.Net