iPXE
|
The EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL is used on the ConsoleIn device. More...
#include <SimpleTextInEx.h>
Data Fields | |
EFI_INPUT_RESET_EX | Reset |
EFI_INPUT_READ_KEY_EX | ReadKeyStrokeEx |
EFI_EVENT | WaitForKeyEx |
Event to use with WaitForEvent() to wait for a key to be available. More... | |
EFI_SET_STATE | SetState |
EFI_REGISTER_KEYSTROKE_NOTIFY | RegisterKeyNotify |
EFI_UNREGISTER_KEYSTROKE_NOTIFY | UnregisterKeyNotify |
The EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL is used on the ConsoleIn device.
It is an extension to the Simple Text Input protocol which allows a variety of extended shift state information to be returned.
Definition at line 300 of file SimpleTextInEx.h.
EFI_INPUT_RESET_EX _EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL::Reset |
Definition at line 301 of file SimpleTextInEx.h.
EFI_INPUT_READ_KEY_EX _EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL::ReadKeyStrokeEx |
Definition at line 302 of file SimpleTextInEx.h.
Referenced by efi_getchar().
EFI_EVENT _EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL::WaitForKeyEx |
Event to use with WaitForEvent() to wait for a key to be available.
Definition at line 306 of file SimpleTextInEx.h.
Referenced by efi_iskey().
EFI_SET_STATE _EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL::SetState |
Definition at line 307 of file SimpleTextInEx.h.
EFI_REGISTER_KEYSTROKE_NOTIFY _EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL::RegisterKeyNotify |
Definition at line 308 of file SimpleTextInEx.h.
EFI_UNREGISTER_KEYSTROKE_NOTIFY _EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL::UnregisterKeyNotify |
Definition at line 309 of file SimpleTextInEx.h.