This command returns the number of received
packets that are in the UDP packet queue. When mnSetFunction has not
been used and when in UDP mode UM_CATCH_ALL or UM_CATCH_ALL_NO, received
UDP packets are put into a queue and mnRecvUDP can be used to get packets
from this queue.
You can remove all UDP packets from the
packet queue using mnFlushRecvUDP.
A similar command exists for TCP: mnGetTCPStoreAmount.
int Instance: This is the instance that the command should use.
int ClientID: This is the client ID that the command should use.
Any number if no error occurred. This is the number of packets in the UDP packet queue.
0 if an error occurred.
DBP
C++
.Net