Click or drag to resize

FX3ConnectionStartI2CStream Method

Start an asynchronous I2C read stream. This stream runs on the stream thread and places all data in a thread safe queue. The data can be retrieved using GetI2CBuffer()

Namespace:  FX3Api
Assembly:  FX3Api (in FX3Api.dll) Version: 2.9.4.0 (2.9.4)
Syntax
public void StartI2CStream(
	I2CPreamble Preamble,
	uint BytesPerRead,
	uint numBuffers
)

Parameters

Preamble
Type: FX3ApiI2CPreamble
The preamble to send at the start of the read
BytesPerRead
Type: SystemUInt32
Number of read bytes following the preamble
numBuffers
Type: SystemUInt32
Total number of separate I2C transactions to send
See Also