EZOpenSDK  v4.7.1
 All Classes Functions Properties
EZDeviceUpgradeStatus.h
1 //
2 // EZDeviceUpgradeStatus.h
3 // EzvizOpenSDK
4 //
5 // Created by DeJohn Dong on 15/12/21.
6 // Copyright © 2015Ezviz.. All rights reserved.
7 //
8 
9 #import <Foundation/Foundation.h>
10 
12 @interface EZDeviceUpgradeStatus : NSObject
13 
15 @property (nonatomic) NSInteger upgradeProgress;
17 @property (nonatomic) NSInteger upgradeStatus;
18 
19 @end
NSInteger upgradeStatus
Upgrade status: 0- Upgrading, 1- Restarting device, 2- Upgraded, 3- Failed to upgrade.
Definition: EZDeviceUpgradeStatus.h:17
NSInteger upgradeProgress
Upgrade progress, it is valid only when the status_type is in upgrade, ranges from 1 to 100...
Definition: EZDeviceUpgradeStatus.h:15
Device upgrade status.
Definition: EZDeviceUpgradeStatus.h:12