C
TFTP_RESULT TFTPIsOpened();
Description
Waits for ARP reply and opens a UDP socket to perform further TFTP operations.
Preconditions
TFTPOpen() is already called.
Returns
TFTP_OK if previous call to TFTPOpen is complete
TFTP_TIMEOUT if remote host did not respond to previous ARP request.
TFTP_NOT_READY if remote has still not responded and timeout has not expired.
Side Effects
None
Remarks