Click or drag to resize

DiscoveredPrinterNetwork Constructor (DictionaryString, String)

Returns an instance of a DiscoveredPrinterNetwork built using the provided attributes.

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

Parameters

attributes
Type: System.Collections.GenericDictionaryString, String
A map of attributes associated with the discovered network printer
See Also