Click or drag to resize

MultichannelConnectionOpenStatusChannel Method

Opens the status channel of this Multichannel connection.

Namespace:  Zebra.Sdk.Comm
Assembly:  SdkApi.Core (in SdkApi.Core.dll) Version: 2.15.2634
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