This command adds a byte to the specified
packet.
The data will be added starting at the
cursor position and the cursor will be moved forward by the size of
the data added.
DBP users: note that the byte data type is actually unsigned ranging from 0 to 255 rather than -128 to +128 as is the case in C++.
long long int Packet: This is the packet that the command should use.
char: This is the data to be added.
0 if no error occurred.
-1 if an error occurred.
C++
DBP
.Net