EFI_SIMPLE_NETWORK_START

Changes the state of a network interface from "stopped" to "started".

@param This Protocol instance pointer.

@retval EFI_SUCCESS The network interface was started. @retval EFI_ALREADY_STARTED The network interface is already in the started state. @retval EFI_INVALID_PARAMETER One or more of the parameters has an unsupported value. @retval EFI_DEVICE_ERROR The command could not be sent to the network interface. @retval EFI_UNSUPPORTED This function is not supported by the network interface.

extern (C)
alias EFI_SIMPLE_NETWORK_START = EFI_STATUS function @nogc nothrow

Meta