MultichannelConnectionOpen Method
|
Opens both the printing and status channel of this Multichannel connection.
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 neither channel can be opened, then a
ConnectionException is thrown. When this Multichannel connection is no longer needed, you must
call
Close to free up system resources.
See Also