Show / Hide Table of Contents

Class ConnectFCT

Provides functionality for searching unknown FCT

Inheritance
System.Object
ConnectFCT
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 ConnectFCT

Constructors

View Source

ConnectFCT()

Initializes a new instance of the Elatec.FCT.Client.Hardware.ConnectFCT

Declaration
public ConnectFCT()

Properties

View Source

NewControlFCT

Temporary new controll FCT device

Declaration
public IControlFCT NewControlFCT { get; }
Property Value
Type Description
IControlFCT
View Source

NewFCT

Temporary new FCT

Declaration
public ICommandFCT NewFCT { get; }
Property Value
Type Description
ICommandFCT

Methods

View Source

CreateFCT(String)

Create a new FCT depending on the type

Declaration
public ICommandFCT CreateFCT(string type)
Parameters
Type Name Description
System.String type
Returns
Type Description
ICommandFCT
View Source

Search()

Search for an FCT on all ports

Declaration
public bool Search()
Returns
Type Description
System.Boolean
View Source

Search(String)

Check if there is an FCT at specific port

Declaration
public bool Search(string port)
Parameters
Type Name Description
System.String port
Returns
Type Description
System.Boolean
  • View Source
In This Article
Back to top Generated by DocFX