Mcp23xxx.InternalWrite(Register, Span<Byte>, Port) 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.
Writes a number of bytes to registers.
protected void InternalWrite (Iot.Device.Mcp23xxx.Register register, Span<byte> data, Iot.Device.Mcp23xxx.Port port);
member this.InternalWrite : Iot.Device.Mcp23xxx.Register * Span<byte> * Iot.Device.Mcp23xxx.Port -> unit
Protected Sub InternalWrite (register As Register, data As Span(Of Byte), port As Port)
Parameters
- register
- Register
The register address to write to.
- port
- Port
The I/O port used with the registers.