EZOpenSDK  4.8.6
 全部  函数 属性
EZDeviceUpgradeStatus.h
1 //
2 // EZDeviceUpgradeStatus.h
3 // EzvizOpenSDK
4 //
5 // Created by DeJohn Dong on 15/12/21.
6 // Copyright © 2015年 Ezviz. 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
升级状态: 0:正在升级 1:设备重启 2:升级成功 3:升级失败
Definition: EZDeviceUpgradeStatus.h:17
NSInteger upgradeProgress
升级进度,仅status_type为升级状态时有效,取值范围为1-100
Definition: EZDeviceUpgradeStatus.h:15
此类为设备升级状态对象
Definition: EZDeviceUpgradeStatus.h:12