Gocator 2000 API
Go2System_Upgrade
Description

Upgrades system firmware.

C
Go2Status Go2System_Upgrade(Go2System system, const Go2Char* sourcePath, Go2UpgradeCallback onUpdate, Go2Handle context);
Parameters
Parameters 
Description 
Go2System system 
Go2System object. 
const Go2Char* sourcePath 
Local file system path to the upgrade file. 
Go2UpgradeCallback onUpdate 
Callback function to receive progress updates, or GO2_NULL
Go2Handle context 
Context handle to be passed to the upgrade callback. 
Returns

Operation status.

Remarks

This function will block until the upgrade is completed.

File

Go2System.h

Copyright (c) 2010 by LMI Technologies Inc. All rights reserved.