The
ArcUpdateFirmware method executes the firmware updating.
virtual
ARC_STATUS ArcUpdateFirmware ( char *filebuf, char filesize ); |
virtual
ARC_STATUS ArcUpdateFirmware ( char szFilePath ); |
[IN]
filebuf:
The buffer contains the binary data of a firmware.
filesize: The actual size of the firmware image,
not the buffer size.
szFilePath: The path of firmware image( ex:
\root\xxxxfirm.bin or c:\fw\xxxfirm.bin )
This method returns the ARC_STATUS.
Password
required if password enabled, use ArcChkPassword
member function to validate the password.