MultichannelConnectionOpenStatusChannel Method
|
Opens the status channel of this Multichannel connection.
Namespace: Zebra.Sdk.CommAssembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax public virtual void OpenStatusChannel()
Public Overridable Sub OpenStatusChannel
public:
virtual void OpenStatusChannel()
Exceptions 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