set

@JvmName(name = "setDevice")
operator fun DslList<DeviceInfo, MachineKt.Dsl.DeviceProxy>.set(index: Int, value: DeviceInfo)
Information about connected devices/peripherals.

repeated .elide.machine.DeviceInfo device = 5;

Parameters

index

The index to set the value at.

value

The device to set.