Click or drag to resize

ProductAPIInstallSpecificFirmware Method

Installs specific firmware to module, type must be compatible. It is impossible to install MAX firmware to MSP and vice versa.

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

Parameters

uuid
Type: UUID
UUID of module.
id
Type: SystemString
Type of firmware.
version
Type: SystemVersion
Version.
progress
Type: SystemActionInt32
Progress.
success
Type: SystemAction
Success.
error
Type: SystemActionString
Error.
See Also