DiscoveredUsbPrinter Constructor (String)
|
Namespace:
Zebra.Sdk.Printer.Discovery
Assembly:
SdkApi_Desktop (in SdkApi_Desktop.dll) Version: 2.13.898
Syntax public DiscoveredUsbPrinter(
string symbolicName
)
Public Sub New (
symbolicName As String
)
public:
DiscoveredUsbPrinter(
String^ symbolicName
)
Parameters
- symbolicName
- Type: SystemString
The symbolic name for the printer returned by
GetZebraUsbPrinters.
Exceptions Exception | Condition |
---|
ConnectionException | If a connection to the discover USB printer cannot be established. |
See Also