Mcp23xxx.InternalReadUInt16(Register) 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.
Read 16-bit unsigned integer from the device register
protected ushort InternalReadUInt16 (Iot.Device.Mcp23xxx.Register register);
member this.InternalReadUInt16 : Iot.Device.Mcp23xxx.Register -> uint16
Protected Function InternalReadUInt16 (register As Register) As UShort
Parameters
- register
- Register
Register to read the value from
Returns
16-bit unsigned integer read from the device