Mcp23xxx.InternalRead(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.
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.
- port
- Port
The I/O port used with the register.