Edit

Share via


Mcp23xxx.InternalReadUInt16(Register) Method

Definition

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

Applies to