C
void UDPTask();
Description
Performs state management and housekeeping for UDP. This is an internal function meant to be called by StackTask() (not a user API).
Preconditions
None
Remarks
UDPTask() is called once per StackTask() iteration to ensure that calls to UDPIsPutReady() always update the Ethernet Write pointer location between StackTask() iterations.