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.1989
Syntaxpublic UsbConnection(
	string symbolicName
)
Public Sub New ( 
	symbolicName As String
)
public:
UsbConnection(
	String^ symbolicName
)
Parameters
- symbolicName
 - Type: SystemString
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. | 
RemarksThis constructor will attempt a connection to the printer specified in the symbolic name.
See Also