Click or drag to resize

MultichannelConnectionClosePrintingChannel Method

Closes the printing channel of this MultichannelConnection.

Namespace:  Zebra.Sdk.Comm
Assembly:  SdkApi.Core (in SdkApi.Core.dll) Version: 2.15.2634
Syntax
public void ClosePrintingChannel()
Exceptions
ExceptionCondition
ConnectionExceptionif an I/O error occurs.
Remarks
Releases any system resources associated with the connection. If the connection is already closed then invoking this method has no effect.
See Also