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

Data Fields

UINT32 Version
 
UINT32 CapsuleId
 
UINT32 RespLength
 
UINT8 Resp []
 

Field Documentation

UINT32 EFI_CAPSULE_RESULT_VARIABLE_JSON::CapsuleId

The unique identifier of the capsule whose processing result is recorded in this variable. 0x00000000 - 0xEFFFFFFF - Implementation Reserved 0xF0000000 - 0xFFFFFFFF - Specification Reserved #define REDFISH_DEFINED_JSON_SCHEMA 0xF000000 The JSON payload shall conform to a Redfish-defined JSON schema, see DMTF-Redfish Specification.

UINT8 EFI_CAPSULE_RESULT_VARIABLE_JSON::Resp[]

Variable length buffer containing the replied JSON payload to the caller who delivered JSON capsule to system. The definition of the JSON schema used in the replied payload is beyond the scope of this specification.

UINT32 EFI_CAPSULE_RESULT_VARIABLE_JSON::RespLength

The length of Resp in bytes.

UINT32 EFI_CAPSULE_RESULT_VARIABLE_JSON::Version

Version of this structure, currently 0x00000001