This command compares a string with a
packet.
If the packet used size and packet contents are identical to the string’s contents and length then 1 is returned; otherwise 0 is returned.
Long long int Packet: This is the packet that the command should use.
Char * String: This is the string that the command should use.
1 if the string and packet are identical
0 if the string and packet are different
-1 if an error occurred
DBP
C++
.Net