TCPIP_TFTPC_MODULE_CONFIG Structure
C
typedef struct {
const char* tftpc_interface;
uint32_t tftpc_reply_timeout;
} TCPIP_TFTPC_MODULE_CONFIG;
Description
Structure: TCPIP_TFTPC_MODULE_CONFIG.
This structure is a placeholder for TFTP client module configuration.
Members
Members | Description |
---|---|
tftpc_reply_timeout | Time-out for the server reply in seconds. |