SeesawGpioDriver.Write 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
Write(ReadOnlySpan<PinValuePair>) |
使用指定的值寫入指定的針腳。 |
Write(Int32, PinValue) |
將值寫入釘選。 |
Write(ReadOnlySpan<PinValuePair>)
使用指定的值寫入指定的針腳。
public void Write (ReadOnlySpan<System.Device.Gpio.PinValuePair> pinValuePairs);
override this.Write : ReadOnlySpan<System.Device.Gpio.PinValuePair> -> unit
Public Sub Write (pinValuePairs As ReadOnlySpan(Of PinValuePair))
參數
- pinValuePairs
- ReadOnlySpan<PinValuePair>
要寫入的釘選/值組。