DiscoveredPrinterNetwork(DictionaryString, String) Constructor
|
Returns an instance of a DiscoveredPrinterNetwork built using the provided attributes.
Namespace: Zebra.Sdk.Printer.DiscoveryAssembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax public DiscoveredPrinterNetwork(
Dictionary<string, string> attributes
)
Public Sub New (
attributes As Dictionary(Of String, String)
)
public:
DiscoveredPrinterNetwork(
Dictionary<String^, String^>^ attributes
)
Parameters
- attributes DictionaryString, String
- A map of attributes associated with the discovered network printer
See Also