FirmwareUpdaterLinkOsUpdateFirmwareUnconditionally Method (String, FirmwareUpdateHandler)
             | 
          
        
         
            Update firmware on the printer, using the default timeout of 10 minutes, regardless of the firmware version
            currently on the printer.
            
 
    Namespace: 
   Zebra.Sdk.Printer
    Assembly:
   SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1989
Syntaxvoid UpdateFirmwareUnconditionally(
	string firmwareFilePath,
	FirmwareUpdateHandler handler
)
Sub UpdateFirmwareUnconditionally ( 
	firmwareFilePath As String,
	handler As FirmwareUpdateHandler
)
void UpdateFirmwareUnconditionally(
	String^ firmwareFilePath, 
	FirmwareUpdateHandler^ handler
)
Parameters
- firmwareFilePath
 - Type: SystemString
File path of firmware file. - handler
 - Type: Zebra.Sdk.PrinterFirmwareUpdateHandler
Callback for firmware updating status. 
Exceptions
See Also