iPXE
Data Fields
_EFI_SIMPLE_TEXT_INPUT_PROTOCOL Struct Reference

The EFI_SIMPLE_TEXT_INPUT_PROTOCOL is used on the ConsoleIn device. More...

#include <SimpleTextIn.h>

Data Fields

EFI_INPUT_RESET Reset
 
EFI_INPUT_READ_KEY ReadKeyStroke
 
EFI_EVENT WaitForKey
 Event to use with WaitForEvent() to wait for a key to be available. More...
 

Detailed Description

The EFI_SIMPLE_TEXT_INPUT_PROTOCOL is used on the ConsoleIn device.

It is the minimum required protocol for ConsoleIn.

Definition at line 118 of file SimpleTextIn.h.

Field Documentation

◆ Reset

EFI_INPUT_RESET _EFI_SIMPLE_TEXT_INPUT_PROTOCOL::Reset

Definition at line 119 of file SimpleTextIn.h.

◆ ReadKeyStroke

EFI_INPUT_READ_KEY _EFI_SIMPLE_TEXT_INPUT_PROTOCOL::ReadKeyStroke

Definition at line 120 of file SimpleTextIn.h.

Referenced by efi_getchar().

◆ WaitForKey

EFI_EVENT _EFI_SIMPLE_TEXT_INPUT_PROTOCOL::WaitForKey

Event to use with WaitForEvent() to wait for a key to be available.

Definition at line 124 of file SimpleTextIn.h.

Referenced by efi_iskey().


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