Click or drag to resize

MultichannelConnectionOpenPrintingChannel Method

Opens the printing channel of this Multichannel connection.

Namespace:  Zebra.Sdk.Comm
Assembly:  SdkApi.Core (in SdkApi.Core.dll) Version: 2.15.2634
Syntax
public virtual void OpenPrintingChannel()
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 ClosePrintingChannel to free up system resources.
See Also