PosCommon.UpdateFirmware(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Updates the firmware of a device with the version of the firmware contained or defined in the file specified by the firmwareFileName parameter regardless of whether that firmware’s version is newer than, older than, or the same as the version of the firmware already in the device.
public virtual void UpdateFirmware (string firmwareFileName);
abstract member UpdateFirmware : string -> unit
override this.UpdateFirmware : string -> unit
Public Overridable Sub UpdateFirmware (firmwareFileName As String)
Parameters
- firmwareFileName
- String
Specifies either the name of the file that contains the firmware or a file that contains a set of firmware files that are to be downloaded into the device.