Vishay Micro-Measurements
System 7000 Programmer’s Reference Manual
Page 66 of 142
6.5.3.3 StartScanning Method
Syntax:
HRESULT _stdcall StartScanning(in long CardMask, out retval long * result );
Description:
This method initiates scanning on the selected cards. The cards must be armed
Arguments:
CardMask
It is recommended that you always start all cards in a scanner.
Returns:
0 if Successful, otherwise an Error Code
Notes:
All cards must be in the armed state before executing this command. If multiple scanners are to
be synchronized, a subsequent call to
StartSynchronizedScanning
is required. After successful
completion of this command, the scanner will be in the scanning state. Note if an error code is
returned, one or more of the cards specified in the card mask may not start scanning.
6.5.3.4 StopScanning Method
Syntax:
HRESULT _stdcall StopScanning(in long CardMask, out retval long * result );
Description:
Stops scanning on selected cards
Arguments:
CardMask
It is recommended that you always stop all cards in a scanner.
Returns:
0 if Successful, otherwise an Error
Notes:
All selected cards must be in the scanning state when calling this method. After successful
completion of this command, the scanner will return to idle state. Note if an error code is
returned, one or more of the cards specified in the card mask may not stop scanning.