Edit

Share via


Mcp23x1x.ReadByte(Register, Port) Method

Definition

Read a byte from the given register on the given port.

public byte ReadByte (Iot.Device.Mcp23xxx.Register register, Iot.Device.Mcp23xxx.Port port);
override this.ReadByte : Iot.Device.Mcp23xxx.Register * Iot.Device.Mcp23xxx.Port -> byte
Public Function ReadByte (register As Register, port As Port) As Byte

Parameters

register
Register
port
Port

Returns

Applies to