Show / Hide Table of Contents

Class TCA9548A

Provides functionality for TCA9548A Low Voltage 8-Channel I2C and SMBus Switch with Reset Function

Inheritance
System.Object
TCA9548A
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Elatec.FCT.Client.Hardware
Assembly: ElatecFCT.dll
Syntax
public class TCA9548A

Constructors

View Source

TCA9548A(II2c)

Initializes a new instance of the Elatec.FCT.Client.Hardware.TCA9548A using a i2c interface

Declaration
public TCA9548A(II2c interfaceI2C)
Parameters
Type Name Description
II2c interfaceI2C

Fields

View Source

Address

Declaration
public static byte Address
Field Value
Type Description
System.Byte

Methods

View Source

Disable()

Disable all channels

Declaration
public void Disable()
View Source

GetChannel()

Get the current channel

Declaration
public TCA9548A.Channels GetChannel()
Returns
Type Description
TCA9548A.Channels

Channel

View Source

SetChannel(TCA9548A.Channels)

Set the output channel

Declaration
public void SetChannel(TCA9548A.Channels channel)
Parameters
Type Name Description
TCA9548A.Channels channel

One or more channels to set

  • View Source
In This Article
Back to top Generated by DocFX