ProductAPI Class |
Namespace: Nexpaq.APIs
public abstract class ProductAPI : API
The ProductAPI type exposes the following members.
| Name | Description | |
|---|---|---|
| ProductAPI |
Initializes a new instance of ProductAPI.
|
| Name | Description | |
|---|---|---|
| BSLInfoReceivedHandler |
Handles when product BSL info received
| |
| ChangeMode |
Changes the mode of product.
| |
| EraseFirmware |
Erases the firmware in specified product.
| |
| GetProductByUUID |
Gets the product by UUID.
| |
| GetTypeID |
Gets the product type identifier from known products or cloud.
| |
| InstallFirmware |
Installs the firmware by version.
| |
| InstallLatestFirmware |
Installs the latest firmware.
| |
| InstallSpecificFirmware |
Installs specific firmware to module, type must be compatible.
It is impossible to install MAX firmware to MSP and vice versa.
| |
| RequestBasicData |
Requests the basic data from product.
| |
| RequestFirmwareVersion |
Requests the firmware version of product.
| |
| SetManifest |
Sets the manifest to product.
| |
| TriggerError | (Inherited from ErrorClass.) |
| Name | Description | |
|---|---|---|
| BSLInfoReceived |
occurs when bsl information are received.
| |
| Error | (Inherited from ErrorClass.) | |
| FirmwareFlashed |
Occurs when firmware was flashed to product.
|