Edit

Share via


Seesaw.WriteByte(Seesaw+SeesawModule, Seesaw+SeesawFunction, Byte) Method

Definition

Write a byte to the I2cDevice connected to the Seesaw board.

protected void WriteByte (Iot.Device.Seesaw.Seesaw.SeesawModule moduleAddress, Iot.Device.Seesaw.Seesaw.SeesawFunction functionAddress, byte value);
member this.WriteByte : Iot.Device.Seesaw.Seesaw.SeesawModule * Iot.Device.Seesaw.Seesaw.SeesawFunction * byte -> unit
Protected Sub WriteByte (moduleAddress As Seesaw.SeesawModule, functionAddress As Seesaw.SeesawFunction, value As Byte)

Parameters

moduleAddress
Seesaw.SeesawModule

An Seesaw_Module enum that represents the module that we are writing to.

functionAddress
Seesaw.SeesawFunction

An Seesaw_Function enum that represents the Seesaw function to be called.

value
Byte

The byte value ro be send as a parameter to the Seesaw device.

Applies to