UsbConnection(String) Constructor
|
Initializes a new instance of the UsbConnection class.
Namespace: Zebra.Sdk.CommAssembly: SdkApi.Desktop (in SdkApi.Desktop.dll) Version: 3.0.3271
Syntax public UsbConnection(
string symbolicName
)
Public Sub New (
symbolicName As String
)
public:
UsbConnection(
String^ symbolicName
)
Parameters
- symbolicName String
- The USB symbolic name for the device returned by the UsbDiscoverer.GetZebraUsbPrinters() member function.
Exceptions Exception | Condition |
---|
ConnectionException | If 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