C
void UDPDiscard();
Description
This function discards any remaining received data in the currently active UDP socket.
Preconditions
UDPIsGetReady() was previously called to select the currently active socket.
Returns
None
Remarks
It is safe to call this function more than is necessary. If no data is available, this function does nothing.