JoeScan.JCamNet Namespace

Scanner..::..BeginGetQueuedProfiles Method (Int32)

Send a request to the scanner to start the profile download. This can be used to parallelize the transfer of data from multiple scanners. This method must be followed by the EndGetQueuedProfiles() method call or the scanner communications stream will be corrupted.

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

Syntax


public void BeginGetQueuedProfiles(
	int maxProfiles
)

Parameters

maxProfiles
Type: Int32
Specify the maximum number of profiles to retrieve.

Exceptions


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