TianoCore EDK2 master
Loading...
Searching...
No Matches
_EFI_REST_JSON_STRUCTURE_HEADER Struct Reference

#include <MdePkg/Include/Protocol/RestJsonStructure.h>

Data Fields

EFI_REST_JSON_RESOURCE_TYPE_IDENTIFIER JsonRsrcIdentifier
 
VOIDJsonStructurePointer
 

Detailed Description

The header file of JSON C structure

Definition at line 63 of file RestJsonStructure.h.

Field Documentation

◆ JsonRsrcIdentifier

EFI_REST_JSON_RESOURCE_TYPE_IDENTIFIER _EFI_REST_JSON_STRUCTURE_HEADER::JsonRsrcIdentifier

Resource identifier which use to choice the proper interpreter. Follow by a pointer points to JSON structure, the content in the JSON structure is implementation-specific according to converter producer.

Definition at line 64 of file RestJsonStructure.h.

◆ JsonStructurePointer

VOID* _EFI_REST_JSON_STRUCTURE_HEADER::JsonStructurePointer

Definition at line 68 of file RestJsonStructure.h.


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