You are here: Programmers Reference > Programmer's Reference > Deprecated Items > GetPortsWithScanners

ScanningManager.GetPortsWithScanners method --deprecated

Requests a list of PC communications ports with attached scanners. A scanner must be powered on and not be running background utilities to be detected. ScanningManager will go out a genericnd poll all ports on the PC, except those listed in PortsToAvoid.

Note:COM ports between 10 and 256 cannot be used with this method.

Valid

See Scanning Manager States and Valid Properties/Methods

See ScanningManager Events and Valid Properties/Methods

IDL

HRESULT GetPortsWithScanners([in] long PortsToAvoid, [out, retval] long* PortsWithScanners);

Input Parameters

PortsToAvoid

Holds information about ports that should not be polled.

0 (zero)

No ports are to be avoided, all ports should be polled.

If a single port is to be avoided, PortsToAvoid is one of the enumerated values in L_PORT_ENUM.

Do not use L_PORT_USE_CURRENT for GetPortsWithScanners.

If more than one port is to be avoided, the ports are ORed together in PortsToAvoid

For example. If COM2 and COM6 are to be avoided,

PortsToAvoid = L_PORT_COM2 | L_PORT_COM6.

Return Values

PortsWithScanners

Holds information about the ports where scanners were detected.

0 (zero)

No scanners were found.

If a single scanner is found, PortsWithScanners is one of the enumerated values in L_PORT_ENUM. See above.

If more than one scanner is found, the ports are ORed together and returned in PortsWithScanners.

For example. If scanners are found on COM3 and COM4,

PortsWithScanners = L_PORT_COM3 | L_PORT_COM4.

Exceptions

Scanning Services Exceptions

See also

How to Set Up the Scanner

How to Manage the Connection to ScanTools Plus Link Runtime

ScanningManager.ActiveScanner property

 

 

See Help on Help for additional information on using this help file.

See Scantron Technical Support for additional information on technical support and training options.

See the ScanTools Suite System Requirements for further details on hardware and software requirements.

ScanTools is a suite of products; the specific information you want may appear in the help for a different module. If you don't find what you're looking for here, try one of the following:

 

Scantron Corporation

Customer Service (forms, products, and services):

1-800-SCANTRON (722-6876)

www.scantron.com

Technical Support:

1-800-445-3141

support@scantron.com

Copyright © 1998-2012 Scantron Corporation. All rights reserved. Use permitted only under license. www.scantron.com. No part of the Help or user guides may be reproduced in any form, or by any means, without express permission from Scantron Corporation.

LINKS TO THIRD PARTY SITES

This help system may contain links to third party websites ("Linked Sites"). The Linked Sites are not under the control of Scantron and Scantron is not responsible for the content of any Linked Site, including without limitation any link contained in a Linked Site or any changes or modifications to a Linked Site. Scantron is not responsible for web casting or any other form of transmission received from any Linked Site. Scantron provides Users with the ability to link the Assessment System to the Linked Sites as a convenience to you, and the inclusion of any link does not imply endorsement by Scantron of the Linked Site or any association with its operators.