|
TianoCore EDK2 master
|
#include <MdePkg/Include/Protocol/AdapterInformation.h>
Data Fields | |
| EFI_STATUS | MediaState |
Definition at line 52 of file AdapterInformation.h.
| EFI_STATUS EFI_ADAPTER_INFO_MEDIA_STATE::MediaState |
Returns the current media state status. MediaState can have any of the following values: EFI_SUCCESS: There is media attached to the network adapter. EFI_NOT_READY: This detects a bounced state. There was media attached to the network adapter, but it was removed and reattached. EFI_NO_MEDIA: There is not any media attached to the network.
Definition at line 59 of file AdapterInformation.h.