Click or drag to resize

DiscoveredUsbPrinter(String, DictionaryString, String) Constructor

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: 3.0.3271
Syntax
public DiscoveredUsbPrinter(
	string symbolicName,
	Dictionary<string, string> attributes
)

Parameters

symbolicName  String
The symbolic name for the printer returned by GetZebraUsbPrinters or GetZebraUsbPrinters(DiscoveredPrinterFilter).
attributes  DictionaryString, 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