TFTPPut Function

Microchip TCP/IP Stack

Microchip TCP/IP Stack Help
TFTPPut Function
C
void TFTPPut(
    BYTE c
);
Description

Puts given data byte into TFTP socket. If end of data block is reached, it transmits entire block.

Preconditions

TFTPOpenFile() is called with TFTP_FILE_MODE_WRITE and TFTPIsPutReady() = TRUE

Parameters
Parameters 
Description 
Data byte that is to be written 
Returns

None

Side Effects

None

Remarks

Use this function to write file to server.

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