TianoCore EDK2 master
|
#include <MdePkg/Include/Protocol/BlockIo2.h>
Data Fields | |
EFI_EVENT | Event |
EFI_STATUS | TransactionStatus |
The struct of Block IO2 Token.
Definition at line 28 of file BlockIo2.h.
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.
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.