DiscoveredCardPrinterNetwork Constructor (DictionaryString, String)
|
Returns an instance of a DiscoveredCardPrinterNetwork built using the provided attributes.
Namespace:
Zebra.Sdk.Card.Printer.Discovery
Assembly:
SdkApi_Card_Core (in SdkApi_Card_Core.dll) Version: 2.14.1989
Syntax public DiscoveredCardPrinterNetwork(
Dictionary<string, string> attributes
)
Public Sub New (
attributes As Dictionary(Of String, String)
)
public:
DiscoveredCardPrinterNetwork(
Dictionary<String^, String^>^ attributes
)
Parameters
- attributes
- Type: System.Collections.GenericDictionaryString, String
A map of attributes associated with the discovered network card printer
See Also