Edit

Share via


Mcp23xxx.ReadByte(Register) Method

Definition

Read a byte from the given register.

public byte ReadByte (Iot.Device.Mcp23xxx.Register register);
member this.ReadByte : Iot.Device.Mcp23xxx.Register -> byte
Public Function ReadByte (register As Register) As Byte

Parameters

register
Register

Returns

Remarks

Writes to the A port registers on 16 bit devices.

Applies to