PrinterReconnectionHandler Interface
|
Interface definition for a callback to be invoked when a printer comes back online and has been rediscovered.
Namespace: Zebra.Sdk.PrinterAssembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax public interface PrinterReconnectionHandler
Public Interface PrinterReconnectionHandler
public interface class PrinterReconnectionHandler
The PrinterReconnectionHandler type exposes the following members.
Methods | Name | Description |
---|
| PrinterOnline |
Called when the printer is back online and has been rediscovered.
|
TopSee Also