Sdílet prostřednictvím


Mcp23xxx.Write Metoda

Definice

Přetížení

Write(ReadOnlySpan<PinValuePair>)

Zapíše hodnoty do sady špendlíků.

Write(Int32, PinValue)

Zapíše hodnotu do špendlíku.

Write(ReadOnlySpan<PinValuePair>)

Zapíše hodnoty do sady špendlíků.

protected void Write (ReadOnlySpan<System.Device.Gpio.PinValuePair> pinValuePairs);
override this.Write : ReadOnlySpan<System.Device.Gpio.PinValuePair> -> unit
Protected Sub Write (pinValuePairs As ReadOnlySpan(Of PinValuePair))

Parametry

pinValuePairs
ReadOnlySpan<PinValuePair>

Platí pro

Write(Int32, PinValue)

Zapíše hodnotu do špendlíku.

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)

Parametry

pinNumber
Int32

Číslo špendlíku.

value
PinValue

Hodnota, která se má zapsat.

Platí pro