EZOpenSDK  4.8.6
 全部  函数 属性
EZStorageInfo.h
1 //
2 // EZStorageInfo.h
3 // EzvizOpenSDK
4 //
5 // Created by DeJohn Dong on 15/12/15.
6 // Copyright © 2015年 Ezviz. All rights reserved.
7 //
8 
9 #import <Foundation/Foundation.h>
10 
12 @interface EZStorageInfo : NSObject
13 
15 @property (nonatomic) NSInteger index;
17 @property (nonatomic, copy) NSString *name;
19 @property (nonatomic) NSInteger status;
21 @property (nonatomic) NSInteger formatRate;
22 
23 @end
NSInteger formatRate
存储介质格式化进度
Definition: EZStorageInfo.h:21
NSInteger status
存储介质状态,0正常、1存储介质错、2未格式化、3正在格式化
Definition: EZStorageInfo.h:19
NSInteger index
存储介质索引
Definition: EZStorageInfo.h:15
此类为设备存储信息对象
Definition: EZStorageInfo.h:12
NSString * name
存储介质名称
Definition: EZStorageInfo.h:17