GetXJLink Method (uint)

Gets an XJLink instance for the XJLink with the specified serial number. Returns null if there are no XJLinks available with that serial number.

Type: XJLink

Namespace: XJTAG.Integration

Syntax

public static XJLink GetXJLink(uint xjlinkSerialNumber)

Parameters

xjlinkSerialNumber

Type: uint

The serial number of the XJLink to get.

Return Value

XJLink

An XJLink instance representing the XJLink with the specified serial number, or if that is not found or is unavailable, null