C
#define TFTPIsFileOpenReady UDPIsPutReady(_tftpSocket)
Description
Macro: BOOL TFTPIsFileOpenReady(void)
Checks to see if it is okay to send TFTP file open request to remote server.
Preconditions
TFTPOpen is already called and TFTPIsOpened() returned TFTP_OK.
Returns
TRUE, if it is ok to call TFTPOpenFile() FALSE, if otherwise.
Side Effects
None
Remarks
None