HP.Sprinter.Scanners.API Namespace > IScanner Interface : Scan Method |
void Scan( ScanContext context )
Parameters
- context
- A ScanContext containing the details of the current interaction with the AUT.
If anything to report is found in the data, Scan
fires a ScanResultFound event.
This method is called from its own dedicated thread.
Reference