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

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

Data Fields

EFI_HANDLE DriverHandle
 
UINT32 ServiceCount
 
EFI_UDP6_SERVICE_POINT Services [1]
 

Detailed Description

EFI_UDP6_VARIABLE_DATA is deprecated in the UEFI 2.4B and should not be used any more. The definition in here is only present to provide backwards compatability.

Definition at line 64 of file Udp6.h.

Field Documentation

◆ DriverHandle

EFI_HANDLE EFI_UDP6_VARIABLE_DATA::DriverHandle

The handle of the driver that creates this entry.

Definition at line 68 of file Udp6.h.

◆ ServiceCount

UINT32 EFI_UDP6_VARIABLE_DATA::ServiceCount

The number of address/port pairs that follow this data structure.

Definition at line 72 of file Udp6.h.

◆ Services

EFI_UDP6_SERVICE_POINT EFI_UDP6_VARIABLE_DATA::Services[1]

List of address/port pairs that are currently in use.

Definition at line 76 of file Udp6.h.


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