iPXE
Data Fields
s_pxe_cpb_transmit Struct Reference

#include <UefiPxe.h>

Data Fields

PXE_UINT64 FrameAddr
 Address of first byte of frame buffer. More...
 
PXE_UINT32 DataLen
 Length of the data portion of the frame buffer in bytes. More...
 
PXE_UINT16 MediaheaderLen
 Length of the media header in bytes. More...
 
PXE_UINT16 reserved
 Reserved, must be zero. More...
 

Detailed Description

Definition at line 1663 of file UefiPxe.h.

Field Documentation

◆ FrameAddr

PXE_UINT64 s_pxe_cpb_transmit::FrameAddr

Address of first byte of frame buffer.

This is also the first byte of the media header.

Definition at line 1668 of file UefiPxe.h.

Referenced by efi_undi_transmit(), and nii_transmit().

◆ DataLen

PXE_UINT32 s_pxe_cpb_transmit::DataLen

Length of the data portion of the frame buffer in bytes.

Do not include the length of the media header.

Definition at line 1674 of file UefiPxe.h.

Referenced by efi_undi_transmit(), and nii_transmit().

◆ MediaheaderLen

PXE_UINT16 s_pxe_cpb_transmit::MediaheaderLen

Length of the media header in bytes.

Definition at line 1679 of file UefiPxe.h.

◆ reserved

PXE_UINT16 s_pxe_cpb_transmit::reserved

Reserved, must be zero.

Definition at line 1684 of file UefiPxe.h.


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