NetworkCardDiscovererFindPrinters Method (DiscoveryHandler, ListString)
|
Sends a discovery request to the list of printer DNS names or IP addresses in printersToFind.
Namespace:
Zebra.Sdk.Card.Printer.Discovery
Assembly:
SdkApi_Card_Core (in SdkApi_Card_Core.dll) Version: 2.14.1989
Syntax public static void FindPrinters(
DiscoveryHandler discoveryHandler,
List<string> printersToFind
)
Public Shared Sub FindPrinters (
discoveryHandler As DiscoveryHandler,
printersToFind As List(Of String)
)
public:
static void FindPrinters(
DiscoveryHandler^ discoveryHandler,
List<String^>^ printersToFind
)
Parameters
- discoveryHandler
- Type: Zebra.Sdk.Printer.DiscoveryDiscoveryHandler
A DiscoveryHandler instance that is used to handle discovery events (e.g. found a printer, errors, discovery finished). - printersToFind
- Type: System.Collections.GenericListString
A list of IP addresses or DNS names for the printers to be discovered.
Exceptions Remarks See Also