PrinterUtilUpdateFirmware Method 
             | 
          
        
         
            Update the printer firmware.
            
 
    Namespace: 
   Zebra.Sdk.Printer
    Assembly:
   SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1869
Syntaxpublic static void UpdateFirmware(
	string connection,
	string firmwareFilePath,
	long timeout
)
Public Shared Sub UpdateFirmware ( 
	connection As String,
	firmwareFilePath As String,
	timeout As Long
)
public:
static void UpdateFirmware(
	String^ connection, 
	String^ firmwareFilePath, 
	long long timeout
)
Parameters
- connection
 - Type: SystemString
The connection string. - firmwareFilePath
 - Type: SystemString
File path of firmware file. - timeout
 - Type: SystemInt64
Timeout in milliseconds. The minimum allowed timeout is 10 minutes (600000ms) due to the need to
            reset the printer after flashing the firmware. If a timeout value less than the minimum is provided, the minimum
            will be used instead. 
Exceptions
Remarks
See Also