TianoCore EDK2 master
|
#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. | |
EFI REST JSON to C structure protocol definition.
Definition at line 155 of file RestJsonStructure.h.
EFI_REST_JSON_STRUCTURE_DESTORY_STRUCTURE _EFI_REST_JSON_STRUCTURE_PROTOCOL::DestoryStructure |
Destory C structure.
Definition at line 159 of file RestJsonStructure.h.
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.
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.
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.