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

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

Data Fields

EFI_REST_JSON_STRUCTURE_REGISTER Register
 Register JSON to C structure convertor.
 
EFI_REST_JSON_STRUCTURE_TO_STRUCTURE ToStructure
 The function to convert JSON to C structure.
 
EFI_REST_JSON_STRUCTURE_TO_JSON ToJson
 The function to convert C structure to JSON.
 
EFI_REST_JSON_STRUCTURE_DESTORY_STRUCTURE DestoryStructure
 Destory C structure.
 

Detailed Description

EFI REST JSON to C structure protocol definition.

Definition at line 155 of file RestJsonStructure.h.

Field Documentation

◆ DestoryStructure

EFI_REST_JSON_STRUCTURE_DESTORY_STRUCTURE _EFI_REST_JSON_STRUCTURE_PROTOCOL::DestoryStructure

Destory C structure.

Definition at line 159 of file RestJsonStructure.h.

◆ Register

EFI_REST_JSON_STRUCTURE_REGISTER _EFI_REST_JSON_STRUCTURE_PROTOCOL::Register

Register JSON to C structure convertor.

Definition at line 156 of file RestJsonStructure.h.

◆ ToJson

EFI_REST_JSON_STRUCTURE_TO_JSON _EFI_REST_JSON_STRUCTURE_PROTOCOL::ToJson

The function to convert C structure to JSON.

Definition at line 158 of file RestJsonStructure.h.

◆ ToStructure

EFI_REST_JSON_STRUCTURE_TO_STRUCTURE _EFI_REST_JSON_STRUCTURE_PROTOCOL::ToStructure

The function to convert JSON to C structure.

Definition at line 157 of file RestJsonStructure.h.


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