C
void UDPSetRxBuffer( WORD wOffset );
Description
This function allows the read location within the RX buffer to be specified. Future calls to UDPGet and UDPGetArray will read data from the indicated location forward.
Preconditions
UDPInit() must have been previously called and a socket is currently active.
Parameters
Parameters |
Description |
wOffset |
Offset from beginning of UDP packet data payload to place the read pointer. |
Returns
None