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

Data Fields

UINT32 ConfigDataLength
 
UINT8 ConfigData []
 

Field Documentation

UINT8 EFI_JSON_CONFIG_DATA_ITEM::ConfigData[]

Variable length buffer containing the JSON payload that describes one group of configuration data within current system. The definition of the JSON schema used in this payload is beyond the scope of this specification.

UINT32 EFI_JSON_CONFIG_DATA_ITEM::ConfigDataLength

The length of the following ConfigData, in bytes.