iPXE
Data Fields
EFI_BLOCK_IO2_TOKEN Struct Reference

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...
 

Detailed Description

The struct of Block IO2 Token.

Definition at line 30 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 36 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 41 of file BlockIo2.h.


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