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

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

Data Fields

EFI_DRIVER_DIAGNOSTICS_RUN_DIAGNOSTICS RunDiagnostics
 
CHAR8 * SupportedLanguages
 

Detailed Description

Used to perform diagnostics on a controller that an EFI Driver is managing.

Definition at line 114 of file DriverDiagnostics.h.

Field Documentation

◆ RunDiagnostics

EFI_DRIVER_DIAGNOSTICS_RUN_DIAGNOSTICS _EFI_DRIVER_DIAGNOSTICS_PROTOCOL::RunDiagnostics

Definition at line 115 of file DriverDiagnostics.h.

◆ SupportedLanguages

CHAR8* _EFI_DRIVER_DIAGNOSTICS_PROTOCOL::SupportedLanguages

A Null-terminated ASCII string that contains one or more ISO 639-2 language codes. This is the list of language codes that this protocol supports.

Definition at line 120 of file DriverDiagnostics.h.


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