TFTPOpen Function

Microchip TCP/IP Stack

Microchip TCP/IP Stack Help
TFTPOpen Function
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.

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