DriverPrinterConnectionOpen Method 
             | 
          
        
         
            Opens the connection to a device.
            
 
    Namespace: 
   Zebra.Sdk.Comm
    Assembly:
   SdkApi_Desktop (in SdkApi_Desktop.dll) Version: 2.14.1989
Syntaxpublic override void Open()
Public Overrides Sub Open
public:
virtual void Open() override
Implements
ConnectionOpen
Exceptions
Remarks
            If the 
open method is called when this connection has already been
            opened, this call is ignored. When a handle to the connection is no longer needed, you must call 
Close
            to free up system resources.
            
See Also