JoeScan.JCamNet Namespace

Scanner..::..GetQueuedProfiles Method (Int32)

Retrieve the queued profiles from the scanner when running in synchronized scanning mode.

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

Syntax


public List<Profile> GetQueuedProfiles(
	int maxProfiles
)

Parameters

maxProfiles
Type: Int32
maximum number of profiles to retrieve

Return Value

A list of the queued profiles from the scanner. (This list may be empty).

Exceptions


ExceptionCondition
JoeScan.JCamNet..::..ScannerOperationExceptionThrows if head is not in Sync Mode.

Remarks


This method is not applicable when the scanner is not running in synchronized scan mode.