Edit

Share via


Mcp23xxx.InternalReadByte(Register, Port) Method

Definition

Reads byte from the device register

protected byte InternalReadByte (Iot.Device.Mcp23xxx.Register register, Iot.Device.Mcp23xxx.Port port);
member this.InternalReadByte : Iot.Device.Mcp23xxx.Register * Iot.Device.Mcp23xxx.Port -> byte
Protected Function InternalReadByte (register As Register, port As Port) As Byte

Parameters

register
Register

Register to read the value from

port
Port

Port related with the register

Returns

Byte read from the device register

Applies to