Click or drag to resize

DeviceUtilUpdateFirmware Method (String, CardFirmwareUpdateHandler)

Updates the printers firmware.

Namespace:  Zebra.Sdk.Card.Device
Assembly:  SdkApi_Card_Core (in SdkApi_Card_Core.dll) Version: 2.14.1989
Syntax
void UpdateFirmware(
	string firmwareFilePath,
	CardFirmwareUpdateHandler handler
)

Parameters

firmwareFilePath
Type: SystemString
The full path to the firmware file.
handler
Type: Zebra.Sdk.Card.PrinterCardFirmwareUpdateHandler
A callback for firmware status updates.
Exceptions
ExceptionCondition
ConnectionExceptionIf there is an error communicating with the printer.
DiscoveryExceptionIf attempting to reconnect fails.
FileNotFoundExceptionIf the firmwareFilePath is not found.
TimeoutExceptionIf the firmware update times out.
ZebraCardExceptionIf there is a printer error or firmwareFilePath is invalid.
See Also