zStatus zFireSync_BeginUpgrade(zFireSync fireSync, const zByte* data, zUIntPtr size);
|
Parameters |
Description |
|
zFireSync fireSync |
zFireSync object. |
|
const zByte* data |
Contents of the upgrade package file (provided by LMI Technologies). |
|
zUIntPtr size |
Size of the upgrade package file, in bytes. |
Initiates a firmware upgrade for devices in the FireSync network.
This function uses the Upgrade channel. This function does not wait for the upgrade process to complete - use the zFireSync_GetUpgradeStatus function to determine the current state of the uprade process.
zFireSync.h