TianoCore EDK2 master
|
#include <MdePkg/Include/Protocol/PxeBaseCodeCallBack.h>
Data Fields | |
UINT64 | Revision |
EFI_PXE_CALLBACK | Callback |
Protocol that is invoked when the PXE Base Code Protocol is about to transmit, has received, or is waiting to receive a packet.
Definition at line 111 of file PxeBaseCodeCallBack.h.
EFI_PXE_CALLBACK _EFI_PXE_BASE_CODE_CALLBACK_PROTOCOL::Callback |
Definition at line 118 of file PxeBaseCodeCallBack.h.
UINT64 _EFI_PXE_BASE_CODE_CALLBACK_PROTOCOL::Revision |
The revision of the EFI_PXE_BASE_CODE_PROTOCOL. All future revisions must be backwards compatible. If a future version is not backwards compatible it is not the same GUID.
Definition at line 117 of file PxeBaseCodeCallBack.h.