Mcp23xxx.InternalWriteUInt16(Register, UInt16) 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.
Writes 16-bit unsigned integer to the device register
protected void InternalWriteUInt16 (Iot.Device.Mcp23xxx.Register register, ushort value);
member this.InternalWriteUInt16 : Iot.Device.Mcp23xxx.Register * uint16 -> unit
Protected Sub InternalWriteUInt16 (register As Register, value As UShort)
Parameters
- register
- Register
Register to write value
to
- value
- UInt16
16-bit unsigned integer to write to the register