Edit

Share via


Mcp23xxx.InternalWriteByte(Register, Byte, Port) Method

Definition

Write byte to device register

protected void InternalWriteByte (Iot.Device.Mcp23xxx.Register register, byte value, Iot.Device.Mcp23xxx.Port port);
member this.InternalWriteByte : Iot.Device.Mcp23xxx.Register * byte * Iot.Device.Mcp23xxx.Port -> unit
Protected Sub InternalWriteByte (register As Register, value As Byte, port As Port)

Parameters

register
Register

Register to write the value to

value
Byte

Value to be written to the register

port
Port

Port related with the register

Applies to