共用方式為


Mcp23xxx.Write 方法

定義

多載

Write(ReadOnlySpan<PinValuePair>)

將值寫入一組針腳

Write(Int32, PinValue)

將值寫入釘選。

Write(ReadOnlySpan<PinValuePair>)

將值寫入一組針腳

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))

參數

pinValuePairs
ReadOnlySpan<PinValuePair>

適用於

Write(Int32, PinValue)

將值寫入釘選。

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)

參數

pinNumber
Int32

針腳編號。

value
PinValue

要寫入的值。

適用於