Mcp23x1x.WriteUInt16(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.
Write a ushort to the given register. Writes the value to both ports.
public void WriteUInt16 (Iot.Device.Mcp23xxx.Register register, ushort value);
member this.WriteUInt16 : Iot.Device.Mcp23xxx.Register * uint16 -> unit
Public Sub WriteUInt16 (register As Register, value As UShort)
Parameters
- register
- Register
- value
- UInt16