NET_SDK_UpgradeEx¶
Interface Definition¶
1 2 3 | |
1 2 3 | |
Function Description¶
Remote upgrade, firmware upgrade.
Parameter Description¶
| Parameters | Type | Remark |
|---|---|---|
| lUserIDin | LONG | User ID, the return value of NET_SDK_Login or NET_SDK_LoginEx. |
| sFileNamein | char* | Upgraded file path (including file name), note: Please use absolute path, do not use relative paths. |
Return Value¶
-
type:POINTERHANDLE
-
remark:-1 indicates failure, and other values are used as firmware upgrade handles.
Remarks¶
None