Opens the connection to a device.
Namespace: Zebra.Sdk.CommAssembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax public virtual void Open()
Public Overridable Sub Open
public:
virtual void Open()
Implements
ConnectionOpenExceptions 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