Show / Hide Table of Contents

Interface IControlFCT

Interface for controling a FCT from outside

Namespace: Elatec.FCT.Client.Hardware
Assembly: ElatecFCT.dll
Syntax
public interface IControlFCT

Properties

View Source

Comm

Serial port of the hardware

Declaration
SerialPort Comm { get; set; }
Property Value
Type Description
System.IO.Ports.SerialPort
View Source

IsBusy

Show that FCT is currently testing

Declaration
bool IsBusy { get; set; }
Property Value
Type Description
System.Boolean
View Source

IsError

Status of the last test was error

Declaration
bool IsError { get; set; }
Property Value
Type Description
System.Boolean
View Source

IsOK

Status of the last test was ok

Declaration
bool IsOK { get; set; }
Property Value
Type Description
System.Boolean
View Source

IsReady

Show that FCT is ready to start a test

Declaration
bool IsReady { get; set; }
Property Value
Type Description
System.Boolean
View Source

IsTestStart

Start the FCT test

Declaration
bool IsTestStart { get; }
Property Value
Type Description
System.Boolean
  • View Source
In This Article
Back to top Generated by DocFX