TianoCore EDK2 master
Loading...
Searching...
No Matches
EFI_MTFTP6_MODE_DATA Struct Reference

#include <MdePkg/Include/Protocol/Mtftp6.h>

Data Fields

EFI_MTFTP6_CONFIG_DATA ConfigData
 
UINT8 SupportedOptionCount
 
UINT8 ** SupportedOptions
 

Detailed Description

EFI_MTFTP6_MODE_DATA

Definition at line 253 of file Mtftp6.h.

Field Documentation

◆ ConfigData

EFI_MTFTP6_CONFIG_DATA EFI_MTFTP6_MODE_DATA::ConfigData

The configuration data of this instance.

Definition at line 257 of file Mtftp6.h.

◆ SupportedOptionCount

UINT8 EFI_MTFTP6_MODE_DATA::SupportedOptionCount

The number of option strings in the following SupportedOptions array.

Definition at line 261 of file Mtftp6.h.

◆ SupportedOptions

UINT8** EFI_MTFTP6_MODE_DATA::SupportedOptions

An array of null-terminated ASCII option strings that are recognized and supported by this EFI MTFTPv6 Protocol driver implementation. The buffer is read only to the caller and the caller should NOT free the buffer.

Definition at line 267 of file Mtftp6.h.


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