Edit

Share via


Pcx857x.Write Method

Definition

Overloads

Write(ReadOnlySpan<PinValuePair>)

Writes a value to a set of pins.

Write(Int32, PinValue)

Writes a value to a pin.

Write(ReadOnlySpan<PinValuePair>)

Writes a value to a set of pins.

public void Write (ReadOnlySpan<System.Device.Gpio.PinValuePair> pinValues);
override this.Write : ReadOnlySpan<System.Device.Gpio.PinValuePair> -> unit
Public Sub Write (pinValues As ReadOnlySpan(Of PinValuePair))

Parameters

Applies to

Write(Int32, PinValue)

Writes a value to a pin.

protected override void Write (int pinNumber, System.Device.Gpio.PinValue value);
override this.Write : int * System.Device.Gpio.PinValue -> unit
Protected Overrides Sub Write (pinNumber As Integer, value As PinValue)

Parameters

pinNumber
Int32

The pin number in the driver's logical numbering scheme.

value
PinValue

The value to be written to the pin.

Applies to