次の方法で共有


Mcp23xxx.Read メソッド

定義

オーバーロード

Read(Int32)

ピンの値を読み取ります。

Read(Span<PinValuePair>)

ピンのセットの値を読み取ります

Read(Int32)

ピンの値を読み取ります。

protected override System.Device.Gpio.PinValue Read (int pinNumber);
override this.Read : int -> System.Device.Gpio.PinValue
Protected Overrides Function Read (pinNumber As Integer) As PinValue

パラメーター

pinNumber
Int32

ピン番号。

戻り値

高または低のピン値。

適用対象

Read(Span<PinValuePair>)

ピンのセットの値を読み取ります

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

パラメーター

pinValuePairs
Span<PinValuePair>

適用対象