TianoCore EDK2 master
Loading...
Searching...
No Matches
EFI_MTFTP6_REQ_HEADER Struct Reference

#include <MdePkg/Include/Protocol/Mtftp6.h>

Data Fields

UINT16 OpCode
 
UINT8 Filename [1]
 

Detailed Description

EFI_MTFTP6_REQ_HEADER

Definition at line 92 of file Mtftp6.h.

Field Documentation

◆ Filename

UINT8 EFI_MTFTP6_REQ_HEADER::Filename[1]

The file name to be downloaded or uploaded.

Definition at line 101 of file Mtftp6.h.

◆ 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 97 of file Mtftp6.h.


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