UDPSetRxBuffer Function

Microchip TCP/IP Stack

Microchip TCP/IP Stack Help
UDPSetRxBuffer Function
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

Microchip TCP/IP Stack 5.42.08 - June 15, 2013
Copyright © 2012 Microchip Technology, Inc.  All rights reserved.