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

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

Data Fields

EFI_EVENT Event
 
EFI_STATUS TransactionStatus
 

Detailed Description

The struct of Block IO2 Token.

Definition at line 28 of file BlockIo2.h.

Field Documentation

◆ Event

EFI_EVENT EFI_BLOCK_IO2_TOKEN::Event

If Event is NULL, then blocking I/O is performed.If Event is not NULL and non-blocking I/O is supported, then non-blocking I/O is performed, and Event will be signaled when the read request is completed.

Definition at line 34 of file BlockIo2.h.

◆ TransactionStatus

EFI_STATUS EFI_BLOCK_IO2_TOKEN::TransactionStatus

Defines whether or not the signaled event encountered an error.

Definition at line 39 of file BlockIo2.h.


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