Ft232HI2cDevice Class
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.
I2C Device for FT232H
public class Ft232HI2cDevice : System.Device.I2c.I2cDevice
type Ft232HI2cDevice = class
inherit I2cDevice
Public Class Ft232HI2cDevice
Inherits I2cDevice
- Inheritance
Properties
ConnectionSettings |
The connection settings of a device on an I2C bus. The connection settings are immutable after the device is created so the object returned will be a clone of the settings object. |
Methods
Dispose() | (Inherited from I2cDevice) |
Dispose(Boolean) |
Disposes this instance |
QueryComponentInformation() |
Query information about a component and it's children. (Inherited from I2cDevice) |
Read(Span<Byte>) |
Reads data from the I2C device. |
ReadByte() |
Reads a byte from the I2C device. (Inherited from I2cDevice) |
Write(ReadOnlySpan<Byte>) |
Writes data to the I2C device. |
WriteByte(Byte) |
Writes a byte to the I2C device. (Inherited from I2cDevice) |
WriteRead(ReadOnlySpan<Byte>, Span<Byte>) |
Performs an atomic operation to write data to and then read data from the I2C bus on which the device is connected, and sends a restart condition between the write and read operations. |