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.15.2634
Syntax public DiscoveredPrinterNetwork(
Dictionary<string, string> attributes
)
Public Sub New (
attributes As Dictionary(Of String, String)
)
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