MultichannelConnectionOpenPrintingChannel Method
|
Opens the printing channel of this Multichannel connection.
Namespace: Zebra.Sdk.CommAssembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax public virtual void OpenPrintingChannel()
Public Overridable Sub OpenPrintingChannel
public:
virtual void OpenPrintingChannel()
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
ClosePrintingChannel to free up system resources.
See Also