Click or drag to resize

RepositoryAPIRequestLatestFirmware Method

Requests the latest firmware for product.

Namespace:  Nexpaq.APIs
Assembly:  NexpaqCore (in NexpaqCore.dll) Version: 1.0.6767.24310
Syntax
C#
public void RequestLatestFirmware(
	ProductType type,
	ProductFirmwareType firmware_type,
	string id,
	Action<ProductFirmware> success,
	Action<string> error
)

Parameters

type
Type: ProductType
Type.
firmware_type
Type: ProductFirmwareType
Firmware type.
id
Type: SystemString
success
Type: SystemActionProductFirmware
Success.
error
Type: SystemActionString
Error.
See Also