Mcp23xxx.InternalReadByte(Register, Port) Method
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
C#
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
- register
- Register
Register to read the value from
- port
- Port
Port related with the register
Byte read from the device register
Product | Versions |
---|---|
.NET IoT Libraries | 1.0.0, 1.1.0, 1.2.0, 1.3.0, 1.4.0, 1.5.0, 2.0.0, 2.1.0, 2.2.0 |