Edit

Share via


Mcp23x1x.WriteUInt16(Register, UInt16) Method

Definition

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

Applies to