Click or drag to resize

CardPrinterReconnectionHandlerPrinterOnline 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
void PrinterOnline(
	ZebraCardPrinter printer,
	string firmwareVersion
)

Parameters

printer
Type: Zebra.Sdk.Card.PrinterZebraCardPrinter
The printer object that came back online.
firmwareVersion
Type: SystemString
The current firmware version on the printer.
See Also