iPXE
Data Fields
EFI_MTFTP6_DATA8_HEADER Struct Reference

EFI_MTFTP6_DATA8_HEADER. More...

#include <Mtftp6.h>

Data Fields

UINT16 OpCode
 For this packet type, OpCode = EFI_MTFTP6_OPCODE_DATA8. More...
 
UINT64 Block
 The block number of data packet. More...
 
UINT8 Data [1]
 The content of this data packet. More...
 

Detailed Description

EFI_MTFTP6_DATA8_HEADER.

Definition at line 155 of file Mtftp6.h.

Field Documentation

◆ OpCode

UINT16 EFI_MTFTP6_DATA8_HEADER::OpCode

For this packet type, OpCode = EFI_MTFTP6_OPCODE_DATA8.

Definition at line 159 of file Mtftp6.h.

◆ Block

UINT64 EFI_MTFTP6_DATA8_HEADER::Block

The block number of data packet.

Definition at line 163 of file Mtftp6.h.

◆ Data

UINT8 EFI_MTFTP6_DATA8_HEADER::Data[1]

The content of this data packet.

Definition at line 167 of file Mtftp6.h.


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