Click or drag to resize
Solid Soils Solutions

I2CReplyReceivedHandler Delegate

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "T:Solid.Arduino.I2C.I2CReplyReceivedHandler"]

Namespace:  Solid.Arduino.I2C
Assembly:  Solid.Arduino (in Solid.Arduino.dll) Version: 1.0.0
Syntax
C#
public delegate void I2CReplyReceivedHandler(
	Object sender,
	I2CEventArgs eventArgs
)

Parameters

sender
Type: SystemObject
eventArgs
Type: Solid.Arduino.I2CI2CEventArgs
See Also