Ft232HI2cDevice.Read(Span<Byte>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Reads data from the I2C device.
public override void Read (Span<byte> buffer);
override this.Read : Span<byte> -> unit
Public Overrides Sub Read (buffer As Span(Of Byte))
Parameters
The buffer to read the data from the I2C device. The length of the buffer determines how much data to read from the I2C device.