JoeScan.JCamNet Namespace

Scanner..::..Connect Method (IPAddress, array<Int16>[]()[][])

Connect to a JoeScan scan head by specifying the base IP address and an array of cable IDs.

Namespace:  JoeScan.JCamNet
Assembly:  JoeScan.JCamNet (in JoeScan.JCamNet.dll)

Syntax


public static Scanner[] Connect(
	IPAddress baseIpAddress,
	params short[] cableIds
)

Parameters

baseIpAddress
Type: IPAddress
The base IP address.
cableIds
Type: array<Int16>[]()[][]
The scanner cable ID to connect.

Return Value

Remarks


This method will only work if the scan heads are configured for base+cable ID IP address mode. Caller must check number of scanners returned to determine if any connections failed.