Click or drag to resize

DiscoveredUsbPrinter Constructor (String)

Returns an instance of a DiscoveredUsbPrinter built using built using the provided symbolicName.

Namespace:  Zebra.Sdk.Printer.Discovery
Assembly:  SdkApi_Desktop (in SdkApi_Desktop.dll) Version: 2.14.1869
Syntax
public DiscoveredUsbPrinter(
	string symbolicName
)

Parameters

symbolicName
Type: SystemString
The symbolic name for the printer returned by GetZebraUsbPrinters or GetZebraUsbPrinters(DiscoveredPrinterFilter).
Exceptions
ExceptionCondition
ConnectionExceptionIf a connection to the discover USB printer cannot be established.
See Also