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