C
void TFTPOpen( IP_ADDR * host );
Description
Initiates ARP for given host and prepares TFTP module for next sequence of function calls.
Preconditions
UDP module is already initialized and at least one UDP socket is available.
Parameters
Parameters |
Description |
host |
IP address of remote TFTP server |
Returns
None
Side Effects
None
Remarks
Use TFTPIsOpened() to check if a connection was successfully opened or not.