iPXE
Data Fields
EFI_MTFTP6_REQ_HEADER Struct Reference

EFI_MTFTP6_REQ_HEADER. More...

#include <Mtftp6.h>

Data Fields

UINT16 OpCode
 For this packet type, OpCode = EFI_MTFTP6_OPCODE_RRQ for a read request or OpCode = EFI_MTFTP6_OPCODE_WRQ for a write request. More...
 
UINT8 Filename [1]
 The file name to be downloaded or uploaded. More...
 

Detailed Description

EFI_MTFTP6_REQ_HEADER.

Definition at line 94 of file Mtftp6.h.

Field Documentation

◆ OpCode

UINT16 EFI_MTFTP6_REQ_HEADER::OpCode

For this packet type, OpCode = EFI_MTFTP6_OPCODE_RRQ for a read request or OpCode = EFI_MTFTP6_OPCODE_WRQ for a write request.

Definition at line 99 of file Mtftp6.h.

◆ Filename

UINT8 EFI_MTFTP6_REQ_HEADER::Filename[1]

The file name to be downloaded or uploaded.

Definition at line 103 of file Mtftp6.h.


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