Mcp23xxx.Write Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Write(ReadOnlySpan<PinValuePair>) |
Writes values to a set of pins |
Write(Int32, PinValue) |
Writes a value to a pin. |
Write(ReadOnlySpan<PinValuePair>)
Writes values to a set of pins
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))
Parameters
- pinValuePairs
- ReadOnlySpan<PinValuePair>
Applies to
Write(Int32, PinValue)
Writes a value to a pin.
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)
Parameters
- pinNumber
- Int32
The pin number.
- value
- PinValue
The value to be written.