Click or drag to resize
Solid Soils Solutions

ArduinoSessionGetI2CReplyAsync Method (Int32, Int32, Int32)

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

[Missing <summary> documentation for "M:Solid.Arduino.ArduinoSession.GetI2CReplyAsync(System.Int32,System.Int32,System.Int32)"]

Namespace:  Solid.Arduino
Assembly:  Solid.Arduino (in Solid.Arduino.dll) Version: 1.0.0
Syntax
C#
public Task<I2CReply> GetI2CReplyAsync(
	int slaveAddress,
	int slaveRegister,
	int bytesToRead
)

Parameters

slaveAddress
Type: SystemInt32

[Missing <param name="slaveAddress"/> documentation for "M:Solid.Arduino.ArduinoSession.GetI2CReplyAsync(System.Int32,System.Int32,System.Int32)"]

slaveRegister
Type: SystemInt32

[Missing <param name="slaveRegister"/> documentation for "M:Solid.Arduino.ArduinoSession.GetI2CReplyAsync(System.Int32,System.Int32,System.Int32)"]

bytesToRead
Type: SystemInt32

[Missing <param name="bytesToRead"/> documentation for "M:Solid.Arduino.ArduinoSession.GetI2CReplyAsync(System.Int32,System.Int32,System.Int32)"]

Return Value

Type: TaskI2CReply

[Missing <returns> documentation for "M:Solid.Arduino.ArduinoSession.GetI2CReplyAsync(System.Int32,System.Int32,System.Int32)"]

Implements

II2CProtocolGetI2CReplyAsync(Int32, Int32, Int32)
See Also