TianoCore EDK2 master
|
Data Fields | |
UINT32 | Signature |
Token signature. | |
EFI_REDFISH_DISCOVERED_LIST | DiscoverList |
EFI_EVENT | Event |
UINTN | Timeout |
Definition at line 76 of file RedfishDiscover.h.
EFI_REDFISH_DISCOVERED_LIST EFI_REDFISH_DISCOVERED_TOKEN::DiscoverList |
The memory of EFI_REDFISH_DISCOVERED_LIST is allocated by Acquire() and freed when caller invoke Release().
Definition at line 78 of file RedfishDiscover.h.
EFI_EVENT EFI_REDFISH_DISCOVERED_TOKEN::Event |
The TPL_CALLBACK event to be notified when Redfish services are discovered or any errors occurred during discovery.
Definition at line 80 of file RedfishDiscover.h.
UINT32 EFI_REDFISH_DISCOVERED_TOKEN::Signature |
Token signature.
Definition at line 77 of file RedfishDiscover.h.
UINTN EFI_REDFISH_DISCOVERED_TOKEN::Timeout |
The timeout value declared in EFI_REDFISH_DISCOVERED_TOKEN determines the seconds to drop discover process. Basically, the nearby Redfish services must response in >=1 and <= 5 seconds. The valid timeout value used to have asynchronous discovery is >= 1 and <= 5 seconds. Set the timeout to zero means to discover Redfish service synchronously. Event in token is created by caller to listen the Reefish services found by Acquire().
Definition at line 82 of file RedfishDiscover.h.