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 |
c |
Data byte that is to be written |
Returns
None
Side Effects
None
Remarks
Use this function to write file to server.