|
iPXE
|
The struct of Block IO2 Token. More...
#include <BlockIo2.h>
Data Fields | |
| EFI_EVENT | 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. More... | |
| EFI_STATUS | TransactionStatus |
| Defines whether or not the signaled event encountered an error. More... | |
The struct of Block IO2 Token.
Definition at line 30 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 36 of file BlockIo2.h.
| EFI_STATUS EFI_BLOCK_IO2_TOKEN::TransactionStatus |
Defines whether or not the signaled event encountered an error.
Definition at line 41 of file BlockIo2.h.
1.8.15