#include <Mtftp4.h>
Definition at line 513 of file Mtftp4.h.
◆ Status
The status that is returned to the caller at the end of the operation to indicate whether this operation completed successfully.
Definition at line 518 of file Mtftp4.h.
◆ Event
The event that will be signaled when the operation completes.
If set to NULL, the corresponding function will wait until the read or write operation finishes. The type of Event must be EVT_NOTIFY_SIGNAL. The Task Priority Level (TPL) of Event must be lower than or equal to TPL_CALLBACK.
Definition at line 526 of file Mtftp4.h.
◆ OverrideData
If not NULL, the data that will be used to override the existing configure data.
Definition at line 530 of file Mtftp4.h.
◆ Filename
| UINT8* _EFI_MTFTP4_TOKEN::Filename |
The pointer to the null-terminated ASCII file name string.
Definition at line 534 of file Mtftp4.h.
◆ ModeStr
| UINT8* _EFI_MTFTP4_TOKEN::ModeStr |
The pointer to the null-terminated ASCII mode string.
If NULL, "octet" is used.
Definition at line 538 of file Mtftp4.h.
◆ OptionCount
| UINT32 _EFI_MTFTP4_TOKEN::OptionCount |
Number of option/value string pairs.
Definition at line 542 of file Mtftp4.h.
◆ OptionList
The pointer to an array of option/value string pairs.
Ignored if OptionCount is zero.
Definition at line 546 of file Mtftp4.h.
◆ BufferSize
| UINT64 _EFI_MTFTP4_TOKEN::BufferSize |
The size of the data buffer.
Definition at line 550 of file Mtftp4.h.
◆ Buffer
| VOID* _EFI_MTFTP4_TOKEN::Buffer |
The pointer to the data buffer.
Data that is downloaded from the MTFTPv4 server is stored here. Data that is uploaded to the MTFTPv4 server is read from here. Ignored if BufferSize is zero.
Definition at line 556 of file Mtftp4.h.
◆ Context
| VOID* _EFI_MTFTP4_TOKEN::Context |
The pointer to the context that will be used by CheckPacket, TimeoutCallback and PacketNeeded.
Definition at line 561 of file Mtftp4.h.
◆ CheckPacket
The pointer to the callback function to check the contents of the received packet.
Definition at line 565 of file Mtftp4.h.
◆ TimeoutCallback
The pointer to the function to be called when a timeout occurs.
Definition at line 569 of file Mtftp4.h.
◆ PacketNeeded
The pointer to the function to provide the needed packet contents.
Definition at line 573 of file Mtftp4.h.
The documentation for this struct was generated from the following file: