EFI_IP4_COMPLETION_TOKEN Struct Reference


Data Fields

EFI_EVENT Event
EFI_STATUS Status
union {
   EFI_IP4_RECEIVE_DATA *   RxData
   EFI_IP4_TRANSMIT_DATA *   TxData
Packet

Field Documentation

This Event will be signaled after the Status field is updated by the EFI IPv4 Protocol driver. The type of Event must be EFI_NOTIFY_SIGNAL. The Task Priority Level (TPL) of Event must be lower than or equal to TPL_CALLBACK.

When this token is used for receiving, RxData is a pointer to the EFI_IP4_RECEIVE_DATA.

The status that is returned to the caller at the end of the operation to indicate whether this operation completed successfully.

When this token is used for transmitting, TxData is a pointer to the EFI_IP4_TRANSMIT_DATA.


Generated on Wed Sep 23 16:24:27 2015 for MdePkg[ALL] by  doxygen 1.5.7.1