Tca9548AChannelBus Class

Definition

I2C BUs of TCA9548A channel

public class Tca9548AChannelBus : System.Device.I2c.I2cBus
type Tca9548AChannelBus = class
    inherit I2cBus
Public Class Tca9548AChannelBus
Inherits I2cBus
Inheritance
Tca9548AChannelBus

Methods

CreateDevice(Int32)

Creates I2C device

Dispose() (Inherited from I2cBus)
Dispose(Boolean)

Disposes this instance

(Inherited from I2cBus)
PerformBusScan()

Returns all the connected device on selected channel

QueryComponentInformation()

Query information about a component and it's children.

RemoveDevice(Int32)

Removes I2C device.

Extension Methods

PerformBusScan(I2cBus, Int32, Int32)

Performs a scan on the I2C bus, returning the addresses for all connected devices.

PerformBusScan(I2cBus, IProgress<Single>, Int32, Int32)

Performs a scan on the I2C bus, returning the addresses for all connected devices.

Applies to