Mcp23xxx.Write 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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>