diff options
author | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-10-09 19:24:37 +0000 |
---|---|---|
committer | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-10-09 19:24:37 +0000 |
commit | 258cce138272fc013a723040691b37294e473a37 (patch) | |
tree | 1972e933d5e6e7413aca3a1d584499c0b71e477e /MdePkg/Include/Protocol/Udp4.h | |
parent | 1f08a159034549216eccfd533b50b712d944d844 (diff) | |
download | edk2-platforms-258cce138272fc013a723040691b37294e473a37.tar.xz |
Fix doxygen comment for structure and macro
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6098 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Protocol/Udp4.h')
-rw-r--r-- | MdePkg/Include/Protocol/Udp4.h | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/MdePkg/Include/Protocol/Udp4.h b/MdePkg/Include/Protocol/Udp4.h index 8e2511faab..86e1c3094a 100644 --- a/MdePkg/Include/Protocol/Udp4.h +++ b/MdePkg/Include/Protocol/Udp4.h @@ -349,30 +349,6 @@ EFI_STATUS This protocol instance can either be bound to a specified port as a service or
connected to some remote peer as an active client. Each instance has its own settings,
such as the routing table and group table, which are independent from each other.
-
- @param GetModeData
- Reads the current operational settings.
-
- @param Configure
- Initializes, changes, or resets operational settings for the EFI UDPv4 Protocol.
-
- @param Groups
- Joins and leaves multicast groups.
-
- @param Routes
- Add and deletes routing table entries.
-
- @param Transmit
- Queues outgoing data packets into the transmit queue. This function is a nonblocked operation.
-
- @param Receive
- Places a receiving request token into the receiving queue. This function is a nonblocked operation.
-
- @param Cancel
- Aborts a pending transmit or receive request.
-
- @param Poll
- Polls for incoming data packets and processes outgoing data packets.
**/
struct _EFI_UDP4_PROTOCOL {
EFI_UDP4_GET_MODE_DATA GetModeData;
|