Edit

Share via


ShiftRegister.IOutputSegment.Write(Int32, PinValue) Method

Definition

Writes a PinValue to a virtual segment. Does not display output.

void IOutputSegment.Write (int output, System.Device.Gpio.PinValue value);
abstract member Iot.Device.Multiplexing.IOutputSegment.Write : int * System.Device.Gpio.PinValue -> unit
override this.Iot.Device.Multiplexing.IOutputSegment.Write : int * System.Device.Gpio.PinValue -> unit
Sub Write (output As Integer, value As PinValue) Implements IOutputSegment.Write

Parameters

output
Int32
value
PinValue

Implements

Applies to