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 SourceConnectFCT()
Initializes a new instance of the Elatec.FCT.Client.Hardware.ConnectFCT
Declaration
public ConnectFCT()
Properties
View SourceNewControlFCT
Temporary new controll FCT device
Declaration
public IControlFCT NewControlFCT { get; }
Property Value
Type | Description |
---|---|
IControlFCT |
NewFCT
Temporary new FCT
Declaration
public ICommandFCT NewFCT { get; }
Property Value
Type | Description |
---|---|
ICommandFCT |
Methods
View SourceCreateFCT(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 |
Search()
Search for an FCT on all ports
Declaration
public bool Search()
Returns
Type | Description |
---|---|
System.Boolean |
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 |