Click or drag to resize

UsbConnection Constructor (String)

Initializes a new instance of the UsbConnection class.

Namespace:  Zebra.Sdk.Comm
Assembly:  SdkApi_Desktop (in SdkApi_Desktop.dll) Version: 2.14.1869
Syntax
public UsbConnection(
	string symbolicName
)

Parameters

symbolicName
Type: SystemString
The USB symbolic name for the device returned by the UsbDiscoverer.GetZebraUsbPrinters() member function.
Exceptions
ExceptionCondition
ConnectionExceptionIf the system is not running the Windows operating system or if the device cannot be found.
Remarks
This constructor will attempt a connection to the printer specified in the symbolic name.
See Also