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

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

Data Fields

EFI_TAPE_READ TapeRead
 
EFI_TAPE_WRITE TapeWrite
 
EFI_TAPE_REWIND TapeRewind
 
EFI_TAPE_SPACE TapeSpace
 
EFI_TAPE_WRITEFM TapeWriteFM
 
EFI_TAPE_RESET TapeReset
 

Detailed Description

The EFI_TAPE_IO_PROTOCOL provides basic sequential operations for tape devices. These include read, write, rewind, space, write filemarks and reset functions. Per this specification, a boot application uses the services of this protocol to load the bootloader image from tape.

Definition at line 216 of file TapeIo.h.

Field Documentation

◆ TapeRead

EFI_TAPE_READ _EFI_TAPE_IO_PROTOCOL::TapeRead

Definition at line 217 of file TapeIo.h.

◆ TapeReset

EFI_TAPE_RESET _EFI_TAPE_IO_PROTOCOL::TapeReset

Definition at line 222 of file TapeIo.h.

◆ TapeRewind

EFI_TAPE_REWIND _EFI_TAPE_IO_PROTOCOL::TapeRewind

Definition at line 219 of file TapeIo.h.

◆ TapeSpace

EFI_TAPE_SPACE _EFI_TAPE_IO_PROTOCOL::TapeSpace

Definition at line 220 of file TapeIo.h.

◆ TapeWrite

EFI_TAPE_WRITE _EFI_TAPE_IO_PROTOCOL::TapeWrite

Definition at line 218 of file TapeIo.h.

◆ TapeWriteFM

EFI_TAPE_WRITEFM _EFI_TAPE_IO_PROTOCOL::TapeWriteFM

Definition at line 221 of file TapeIo.h.


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