iPXE
Data Fields
_EFI_MTFTP4_PROTOCOL Struct Reference

The EFI_MTFTP4_PROTOCOL is designed to be used by UEFI drivers and applications to transmit and receive data files. More...

#include <Mtftp4.h>

Data Fields

EFI_MTFTP4_GET_MODE_DATA GetModeData
 
EFI_MTFTP4_CONFIGURE Configure
 
EFI_MTFTP4_GET_INFO GetInfo
 
EFI_MTFTP4_PARSE_OPTIONS ParseOptions
 
EFI_MTFTP4_READ_FILE ReadFile
 
EFI_MTFTP4_WRITE_FILE WriteFile
 
EFI_MTFTP4_READ_DIRECTORY ReadDirectory
 
EFI_MTFTP4_POLL Poll
 

Detailed Description

The EFI_MTFTP4_PROTOCOL is designed to be used by UEFI drivers and applications to transmit and receive data files.

The EFI MTFTPv4 Protocol driver uses the underlying EFI UDPv4 Protocol driver and EFI IPv4 Protocol driver.

Definition at line 501 of file Mtftp4.h.

Field Documentation

◆ GetModeData

EFI_MTFTP4_GET_MODE_DATA _EFI_MTFTP4_PROTOCOL::GetModeData

Definition at line 502 of file Mtftp4.h.

◆ Configure

EFI_MTFTP4_CONFIGURE _EFI_MTFTP4_PROTOCOL::Configure

Definition at line 503 of file Mtftp4.h.

◆ GetInfo

EFI_MTFTP4_GET_INFO _EFI_MTFTP4_PROTOCOL::GetInfo

Definition at line 504 of file Mtftp4.h.

◆ ParseOptions

EFI_MTFTP4_PARSE_OPTIONS _EFI_MTFTP4_PROTOCOL::ParseOptions

Definition at line 505 of file Mtftp4.h.

◆ ReadFile

EFI_MTFTP4_READ_FILE _EFI_MTFTP4_PROTOCOL::ReadFile

Definition at line 506 of file Mtftp4.h.

◆ WriteFile

EFI_MTFTP4_WRITE_FILE _EFI_MTFTP4_PROTOCOL::WriteFile

Definition at line 507 of file Mtftp4.h.

◆ ReadDirectory

EFI_MTFTP4_READ_DIRECTORY _EFI_MTFTP4_PROTOCOL::ReadDirectory

Definition at line 508 of file Mtftp4.h.

◆ Poll

EFI_MTFTP4_POLL _EFI_MTFTP4_PROTOCOL::Poll

Definition at line 509 of file Mtftp4.h.


The documentation for this struct was generated from the following file: