Click or drag to resize

RepositoryAPIRequestFirmware Method

Requests the firmware for product.

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

Parameters

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