MdePkg[all]  1.08
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
EFI_MTFTP6_REQ_HEADER Struct Reference

Data Fields

UINT16 OpCode
 
UINT8 Filename [1]
 

Detailed Description

Field Documentation

UINT8 EFI_MTFTP6_REQ_HEADER::Filename[1]

The file name to be downloaded or uploaded.

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.