Opens a connection to a device. If the Open method is called on an open connection 
            this call is ignored. When a handle to the connection is no longer needed, call Close()
            to free up system resources.
            
    Namespace: 
   ZSDK_API.CommAssembly: ZSDK_API (in ZSDK_API.dll) Version: 1.1.123.0
Syntax
| C# | 
|---|
void Open()  | 
| Visual Basic (Declaration) | 
|---|
Sub Open  | 
Exceptions
| Exception | Condition | 
|---|---|
| ZSDK_API.ApiException..::.ZebraPrinterConnectionException | If the connection cannot be established. | 
| ZSDK_API.ApiException..::.ZebraGeneralException | If the connection cannot be opened. |