iPXE
Data Fields
EFI_MTFTP6_MODE_DATA Struct Reference

EFI_MTFTP6_MODE_DATA. More...

#include <Mtftp6.h>

Data Fields

EFI_MTFTP6_CONFIG_DATA ConfigData
 The configuration data of this instance. More...
 
UINT8 SupportedOptionCount
 The number of option strings in the following SupportedOptions array. More...
 
UINT8 ** SupportedOptions
 An array of null-terminated ASCII option strings that are recognized and supported by this EFI MTFTPv6 Protocol driver implementation. More...
 

Detailed Description

EFI_MTFTP6_MODE_DATA.

Definition at line 255 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 259 of file Mtftp6.h.

◆ SupportedOptionCount

UINT8 EFI_MTFTP6_MODE_DATA::SupportedOptionCount

The number of option strings in the following SupportedOptions array.

Definition at line 263 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 269 of file Mtftp6.h.


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