Efi_Simple_Network.start() - Intel Extensible Firmware Interface Specification

Intel extensible firmware interface specification
Table of Contents

Advertisement

Extensible Firmware Interface Specification
15.1.1 EFI_SIMPLE_NETWO RK.Start()
Summary
Changes the state of a network interface from "stopped" "started".
Prototype
EFI_STATUS
(EFIAPI *EFI_SIMPLE_NETWORK_START) (
IN EFI_SIMPLE_NETWORK
);
Parameters
This
Description
This function starts a network interface. If the network interface was successfully started, then
will be returned.
EFI_SUCCESS
Status Codes Returned
EFI_SUCCESS
EFI_ALREADY_STARTED
EFI_INVALID_PARAMETER
EFI_DEVICE_ERROR
EFI_UNSUPPORTED
282
*This
A pointer to the
EFI_SIMPLE_NETWORK
The network interface was started.
The network interface is already in the started state.
One or more of the parameters has an unsupported value.
The command could not be sent to the network interface.
This function is not supported by the network interface.
12/12/00
instance.
Version 1.02

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the Extensible Firmware Interface and is the answer not in the manual?

Subscribe to Our Youtube Channel

Table of Contents