Click or drag to resize

CardFirmwareUpdateHandlerPrinterOnline Method

Called when the printer is back online and has been rediscovered.

Namespace:  Zebra.Sdk.Card.Printer
Assembly:  SdkApi_Card_Core (in SdkApi_Card_Core.dll) Version: 2.14.1989
Syntax
public abstract void PrinterOnline(
	ZebraCardPrinter printer,
	string firmwareVersion
)

Parameters

printer
Type: Zebra.Sdk.Card.PrinterZebraCardPrinter
The printer object which came back online.
firmwareVersion
Type: SystemString
The new firmware version on the printer.

Implements

CardPrinterReconnectionHandlerPrinterOnline(ZebraCardPrinter, String)
See Also