Mcp23xxx.InternalWriteByte(Register, Byte, Port) 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 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