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

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

Data Fields

EFI_EVENT Event
 
EFI_STATUS Status
 

Detailed Description

EFI_TCP6_COMPLETION_TOKEN is used as a common header for various asynchronous tokens.

Definition at line 261 of file Tcp6.h.

Field Documentation

◆ Event

EFI_EVENT EFI_TCP6_COMPLETION_TOKEN::Event

The Event to signal after request is finished and Status field is updated by the EFI TCPv6 Protocol driver.

Definition at line 266 of file Tcp6.h.

◆ Status

EFI_STATUS EFI_TCP6_COMPLETION_TOKEN::Status

The result of the completed operation.

Definition at line 270 of file Tcp6.h.


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