ChainState Enumeration

An enumeration of the running state of the JTAG chain.

Namespace: XJTAG.Integration.XJAnalyser

Syntax

public enum ChainState

Members

Fields

Name Description
Paused

The chain is currently paused.

Running

The chain is currently running.

Stopped

The chain is currenlty stopped.

Methods

Name Description
CompareTo (from Enum)
Equals (from Enum)
Finalize (from object)
GetHashCode (from Enum)
GetType (from object)
GetTypeCode (from Enum)
HasFlag (from Enum)
MemberwiseClone (from object)
ToString() (from Enum)
ToString(IFormatProvider) (from Enum)
ToString(string) (from Enum)
ToString(string, IFormatProvider) (from Enum)