GpioController.Write メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
Write(ReadOnlySpan<PinValuePair>) |
指定された値を使用して、指定されたピンを書き込みます。 |
Write(Int32, PinValue) |
ピンに値を書き込みます。 |
Write(ReadOnlySpan<PinValuePair>)
指定された値を使用して、指定されたピンを書き込みます。
public void Write (ReadOnlySpan<System.Device.Gpio.PinValuePair> pinValuePairs);
member this.Write : ReadOnlySpan<System.Device.Gpio.PinValuePair> -> unit
Public Sub Write (pinValuePairs As ReadOnlySpan(Of PinValuePair))
パラメーター
- pinValuePairs
- ReadOnlySpan<PinValuePair>
書き込むピンと値のペア。
適用対象
Write(Int32, PinValue)
ピンに値を書き込みます。
public void Write (int pinNumber, System.Device.Gpio.PinValue value);
public virtual void Write (int pinNumber, System.Device.Gpio.PinValue value);
member this.Write : int * System.Device.Gpio.PinValue -> unit
abstract member Write : int * System.Device.Gpio.PinValue -> unit
override this.Write : int * System.Device.Gpio.PinValue -> unit
Public Sub Write (pinNumber As Integer, value As PinValue)
Public Overridable Sub Write (pinNumber As Integer, value As PinValue)
パラメーター
- pinNumber
- Int32
コントローラーの番号付けスキームのピン番号。
- value
- PinValue
ピンに書き込む値。