Edit

Share via


Mcp23xxx.InternalWrite(Register, Span<Byte>, Port) Method

Definition

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.

data
Span<Byte>

The data to write to the registers.

port
Port

The I/O port used with the registers.

Applies to