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

Data Fields

UINT32 Signature
 Token signature.
 
EFI_REDFISH_DISCOVERED_LIST DiscoverList
 
EFI_EVENT Event
 
UINTN Timeout
 

Detailed Description

Definition at line 76 of file RedfishDiscover.h.

Field Documentation

◆ DiscoverList

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.

◆ Event

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.

◆ Signature

UINT32 EFI_REDFISH_DISCOVERED_TOKEN::Signature

Token signature.

Definition at line 77 of file RedfishDiscover.h.

◆ Timeout

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.


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