Click or drag to resize

MultichannelConnection.OpenStatusChannel Method

Opens the status channel of this Multichannel connection.

Namespace: Zebra.Sdk.Comm
Assembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax
public virtual void OpenStatusChannel()
Exceptions
ExceptionCondition
ConnectionExceptionif the connection cannot be established.
Remarks
If this method is called when this channel has already been opened, the call is ignored. When this channel is no longer needed, you must call either Close() or CloseStatusChannel() to free up system resources.
See Also