Add the detailed descriptions for the structure data member in these protocol.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6935 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -30,10 +30,22 @@ typedef struct _EFI_IP4_CONFIG_PROTOCOL EFI_IP4_CONFIG_PROTOCOL;
|
||||
EFI_VARIABLE_RUNTIME_ACCESS)
|
||||
|
||||
typedef struct {
|
||||
///
|
||||
/// Default station IP address, stored in network byte order.
|
||||
///
|
||||
EFI_IPv4_ADDRESS StationAddress;
|
||||
///
|
||||
/// Default subnet mask, stored in network byte order.
|
||||
///
|
||||
EFI_IPv4_ADDRESS SubnetMask;
|
||||
///
|
||||
/// Number of entries in the following RouteTable. May be zero.
|
||||
///
|
||||
UINT32 RouteTableSize;
|
||||
EFI_IP4_ROUTE_TABLE *RouteTable; //OPTIONAL
|
||||
///
|
||||
/// Default routing table data (stored in network byte order).
|
||||
///
|
||||
EFI_IP4_ROUTE_TABLE *RouteTable;
|
||||
} EFI_IP4_IPCONFIG_DATA;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user