AvailableInstructions Property

Returns all JTAG instructions available to this device.

Type: Device

Namespace: XJTAG.Integration.XJAnalyser

Syntax

public IEnumerable<JtagInstruction> AvailableInstructions { get; }

Type

System.Collections.Generic.IEnumerable<JtagInstruction>