EZOpenSDK  v4.7.1
 All Classes Functions Properties
EZHCNetDeviceInfo.h
1 //
2 // EZHCNetDeviceInfo.h
3 // EzvizOpenSDK
4 //
5 // Created by linyong on 2017/9/15.
6 // Copyright © 2017Ezviz.. All rights reserved.
7 //
8 
9 #import <Foundation/Foundation.h>
10 
11 @interface EZHCNetDeviceInfo : NSObject
12 
14 @property (nonatomic,assign) NSInteger userId;
16 @property (nonatomic,assign) NSInteger channelCount;
18 @property (nonatomic,assign) NSInteger startChannelNo;
20 @property (nonatomic,assign) NSInteger dChannelCount;
22 @property (nonatomic,assign) NSInteger dStartChannelNo;
24 @property (nonatomic,assign) NSInteger byAlarmInPortNum;
26 @property (nonatomic,assign) NSInteger byAlarmOutPortNum;
28 @property (nonatomic,assign) NSInteger byDiskNum;
30 @property (nonatomic,assign) NSInteger byDVRType;
32 @property (nonatomic,assign) NSInteger byZeroChanNum;
34 @property (nonatomic,assign) NSInteger byAudioChanNum;
35 
36 @end
NSInteger dStartChannelNo
The initial digital channel number, 0 is no effect.
Definition: EZHCNetDeviceInfo.h:22
NSInteger dChannelCount
Number of digital channel.
Definition: EZHCNetDeviceInfo.h:20
NSInteger byDVRType
Device type.
Definition: EZHCNetDeviceInfo.h:30
NSInteger byAlarmOutPortNum
Number of alarm output.
Definition: EZHCNetDeviceInfo.h:26
NSInteger byAudioChanNum
Number of device voice channel.
Definition: EZHCNetDeviceInfo.h:34
Definition: EZHCNetDeviceInfo.h:11
NSInteger startChannelNo
The initial channel number of the analog channel, 0 is no effect.
Definition: EZHCNetDeviceInfo.h:18
NSInteger byDiskNum
Number of hard disk.
Definition: EZHCNetDeviceInfo.h:28
NSInteger byAlarmInPortNum
Number of alarm input.
Definition: EZHCNetDeviceInfo.h:24
NSInteger userId
user id
Definition: EZHCNetDeviceInfo.h:14
NSInteger channelCount
Number of analog channel number.
Definition: EZHCNetDeviceInfo.h:16
NSInteger byZeroChanNum
Number of zero channel.
Definition: EZHCNetDeviceInfo.h:32