Edit

Share via


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

Definition

Reads a number of bytes from registers.

protected void InternalRead (Iot.Device.Mcp23xxx.Register register, Span<byte> buffer, Iot.Device.Mcp23xxx.Port port);
member this.InternalRead : Iot.Device.Mcp23xxx.Register * Span<byte> * Iot.Device.Mcp23xxx.Port -> unit
Protected Sub InternalRead (register As Register, buffer As Span(Of Byte), port As Port)

Parameters

register
Register

The register to read from.

buffer
Span<Byte>

The buffer to read bytes into.

port
Port

The I/O port used with the register.

Applies to