Click or drag to resize

DeviceUtilUpdateFirmware Method (String)

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
)

Parameters

firmwareFilePath
Type: SystemString
The full path to the firmware file.
Exceptions
ExceptionCondition
FileNotFoundExceptionIf the firmwareFilePath is not found.
ConnectionExceptionIf there is an error communicating with the printer.
ZebraCardExceptionIf there is a printer error or firmwareFilePath is invalid.
See Also