EZOpenSDK  v4.7.1
 All Classes Functions Properties
EZStorageInfo.h
1 //
2 // EZStorageInfo.h
3 // EzvizOpenSDK
4 //
5 // Created by DeJohn Dong on 15/12/15.
6 // Copyright © 2015Ezviz.. 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
Storage medium formatting progress.
Definition: EZStorageInfo.h:21
NSInteger status
Storage medium status: 0- Normal, 1- Error, 2- Unformatted, 3- Formatting.
Definition: EZStorageInfo.h:19
NSInteger index
Storage medium index.
Definition: EZStorageInfo.h:15
Device storage information.
Definition: EZStorageInfo.h:12
NSString * name
Storage medium name.
Definition: EZStorageInfo.h:17