Click or drag to resize

DiscoveredUsbPrinter Constructor (String, DictionaryString, String)

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

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

Parameters

symbolicName
Type: SystemString
The symbolic name for the printer returned by GetZebraUsbPrinters or GetZebraUsbPrinters(DiscoveredPrinterFilter).
attributes
Type: System.Collections.GenericDictionaryString, String
A map of attributes associated with the discovered USB printer.
Exceptions
ExceptionCondition
ConnectionExceptionIf a connection to the discover USB printer cannot be established.
See Also