This command copies the TCP postfix specified
by mnSetTCPPostfix into the specified packet. The contents of the packet
is overwritten.
By default the postfix is “\r\n”
(C++ escape characters) for use with HTTP.
C++ and .NET users: an overloaded version of this command exists which takes a clPacket (C++) or Packet (.NET) object as a parameter.
int Instance: This is the instance that the command should use.
long long int Packet: This is a packet that the postfix should be copied into.
Any number. This is a packet containing a copy of the postfix.
DBP
C++
.Net