iPXE
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.
UINT16 ErrorCode
 The error number as defined by the MTFTPv6 packet error codes.
UINT8 ErrorMessage [1]
 Error message string.

Detailed Description

EFI_MTFTP6_ERROR_HEADER.

Definition at line 188 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 192 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 196 of file Mtftp6.h.

◆ ErrorMessage

UINT8 EFI_MTFTP6_ERROR_HEADER::ErrorMessage[1]

Error message string.

Definition at line 200 of file Mtftp6.h.


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