iPXE
Data Fields
EFI_MTFTP6_ERROR_HEADER Struct Reference

EFI_MTFTP6_ERROR_HEADER. More...

#include <Mtftp6.h>

Data Fields

UINT16 OpCode
 For this packet type, OpCode = EFI_MTFTP6_OPCODE_ERROR. More...
 
UINT16 ErrorCode
 The error number as defined by the MTFTPv6 packet error codes. More...
 
UINT8 ErrorMessage [1]
 Error message string. More...
 

Detailed Description

EFI_MTFTP6_ERROR_HEADER.

Definition at line 187 of file Mtftp6.h.

Field Documentation

◆ OpCode

UINT16 EFI_MTFTP6_ERROR_HEADER::OpCode

For this packet type, OpCode = EFI_MTFTP6_OPCODE_ERROR.

Definition at line 191 of file Mtftp6.h.

◆ ErrorCode

UINT16 EFI_MTFTP6_ERROR_HEADER::ErrorCode

The error number as defined by the MTFTPv6 packet error codes.

Definition at line 195 of file Mtftp6.h.

◆ ErrorMessage

UINT8 EFI_MTFTP6_ERROR_HEADER::ErrorMessage[1]

Error message string.

Definition at line 199 of file Mtftp6.h.


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