Mcp23xxx.WriteByte(Register, Byte) 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 byte to the given register.
public void WriteByte (Iot.Device.Mcp23xxx.Register register, byte value);
member this.WriteByte : Iot.Device.Mcp23xxx.Register * byte -> unit
Public Sub WriteByte (register As Register, value As Byte)
Parameters
- register
- Register
- value
- Byte
Remarks
Writes to the A port registers on 16 bit devices.