Click or drag to resize

DiscoveredPrinterDiscoveryDataMap Property

Returna a Dictionary of all settings obtained via the chosen discovery method.

Namespace:  Zebra.Sdk.Printer.Discovery
Assembly:  SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1869
Syntax
public Dictionary<string, string> DiscoveryDataMap { get; }

Return Value

Type: DictionaryString, String
DictionaryTKey, TValue containing available attributes of the discovered printer.
Remarks
The names of the settings will vary depending upon the type of connection to the printer. The following example shows how to list all the properties of the discovered printer with the respective value.
See Also