This command gets a string from the specified
packet.
The data will be taken starting at the cursor position and the cursor will be moved forward by the size of the data returned.
long long int Packet: This is the packet that the command should use.
unsigned int Length: Length of string in bytes. Set this to 0 if
the string has a prefix indicating its length.
bool NullTerminated: Specifies whether the return string should have a null terminating character added to the end of it. Note that null terminators are not added by mnAddString, and that most of the time in DBP strings should be null terminated.
A string from the receive buffer if no
error occurred
A blank string if an error occurred:
DBP
.Net