EFI_SIMPLE_NETWORK_STATION_ADDRESS

Modifies or resets the current station address, if supported.

@param This The protocol instance pointer. @param Reset Flag used to reset the station address to the network interfaces permanent address. @param New The new station address to be used for the network interface.

@retval EFI_SUCCESS The network interfaces station address was updated. @retval EFI_NOT_STARTED The network interface has not been started. @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_STATION_ADDRESS = EFI_STATUS function @nogc nothrow

Meta