_EFI_SIMPLE_TEXT_INPUT_PROTOCOL

The EFI_SIMPLE_TEXT_INPUT_PROTOCOL is used on the ConsoleIn device. It is the minimum required protocol for ConsoleIn.

extern (C)
struct _EFI_SIMPLE_TEXT_INPUT_PROTOCOL {}

Members

Variables

ReadKeyStroke
EFI_INPUT_READ_KEY ReadKeyStroke;
Undocumented in source.
Reset
EFI_INPUT_RESET Reset;
Undocumented in source.
WaitForKey
EFI_EVENT WaitForKey;

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

Meta