 | II2CProtocol Interface |
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "T:Solid.Arduino.I2C.II2CProtocol"]
Namespace:
Solid.Arduino.I2C
Assembly:
Solid.Arduino (in Solid.Arduino.dll) Version: 1.0.0
Syntaxpublic interface II2CProtocol
The II2CProtocol type exposes the following members.
Methods
| Name | Description |
---|
 | CreateI2CReplyMonitor | |
 | GetI2CReply(Int32, Int32) | |
 | GetI2CReply(Int32, Int32, Int32) | |
 | GetI2CReplyAsync(Int32, Int32) | |
 | GetI2CReplyAsync(Int32, Int32, Int32) | |
 | ReadI2CContinuous(Int32, Int32) | |
 | ReadI2CContinuous(Int32, Int32, Int32) | |
 | ReadI2COnce(Int32, Int32) | |
 | ReadI2COnce(Int32, Int32, Int32) | |
 | SetI2CReadInterval | |
 | StopI2CReading | |
 | WriteI2C | |
Top
Events
See Also