UDPSetTxBuffer Function

Microchip TCP/IP Stack

Microchip TCP/IP Stack Help
UDPSetTxBuffer Function
C
void UDPSetTxBuffer(
    WORD wOffset
);
Description

This function allows the write location within the TX buffer to be specified. Future calls to UDPPut, UDPPutArray, UDPPutString, etc will write data from the indicated location.

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 write pointer. 
Returns

None

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