Printer
|
public static void UpdateFirmware( string connection, string firmwareFilePath, long timeout )
Exception | Condition |
---|---|
ConnectionException | If the connection can not be opened or is closed prematurely. |
ZebraPrinterLanguageUnknownException | If the printer language could not be determined. |
ZebraIllegalArgumentException | If an invalid firmware file is specified for the printer. |
DiscoveryException | If an error occurs while waiting for the printer to come back online. |
TimeoutException | If the maximum timeout is reached prior to the printer coming back online with the new firmware. |
FileNotFoundException | If the firmware file cannot be found or cannot be opened. |