DiscoveredUsbPrinter Constructor (String, DictionaryString, String)
|
Namespace:
Zebra.Sdk.Printer.Discovery
Assembly:
SdkApi_Desktop (in SdkApi_Desktop.dll) Version: 2.13.898
Syntax public DiscoveredUsbPrinter(
string symbolicName,
Dictionary<string, string> attributes
)
Public Sub New (
symbolicName As String,
attributes As Dictionary(Of String, String)
)
public:
DiscoveredUsbPrinter(
String^ symbolicName,
Dictionary<String^, String^>^ attributes
)
Parameters
- symbolicName
- Type: SystemString
The symbolic name for the printer returned by
GetZebraUsbPrinters. - attributes
- Type: System.Collections.GenericDictionaryString, String
A map of attributes associated with the discovered USB printer.
Exceptions Exception | Condition |
---|
ConnectionException | If a connection to the discover USB printer cannot be established. |
See Also