TianoCore EDK2 master
|
#include <MdePkg/Include/Protocol/MmCommunication.h>
Data Fields | |
EFI_GUID | HeaderGuid |
UINTN | MessageLength |
UINT8 | Data [1] |
To avoid confusion in interpreting frames, the communication buffer should always begin with EFI_MM_COMMUNICATE_HEADER
Definition at line 21 of file MmCommunication.h.
UINT8 EFI_MM_COMMUNICATE_HEADER::Data[1] |
Designates an array of bytes that is MessageLength in size.
Definition at line 33 of file MmCommunication.h.
EFI_GUID EFI_MM_COMMUNICATE_HEADER::HeaderGuid |
Allows for disambiguation of the message format.
Definition at line 25 of file MmCommunication.h.
UINTN EFI_MM_COMMUNICATE_HEADER::MessageLength |
Describes the size of Data (in bytes) and does not include the size of the header.
Definition at line 29 of file MmCommunication.h.