Mcp23xxx.InternalReadByte(Register, 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 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