Click or drag to resize

ProductAPIInstallLatestFirmware Method

Installs the latest firmware.

Namespace:  Nexpaq.APIs
Assembly:  NexpaqCore (in NexpaqCore.dll) Version: 1.0.6767.24310
Syntax
C#
public void InstallLatestFirmware(
	UUID uuid,
	Action<int> progress,
	Action success,
	Action<string> error
)

Parameters

uuid
Type: UUID
UUID.
progress
Type: SystemActionInt32
Progress.
success
Type: SystemAction
Success.
error
Type: SystemActionString
Error.
See Also