EZOpenSDK  4.8.6
 全部  函数 属性
EZHCNetDeviceInfo.h
1 //
2 // EZHCNetDeviceInfo.h
3 // EzvizOpenSDK
4 //
5 // Created by linyong on 2017/9/15.
6 // Copyright © 2017年 Ezviz. 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
起始数字通道号,0为无效果
Definition: EZHCNetDeviceInfo.h:22
NSInteger dChannelCount
数字通道数
Definition: EZHCNetDeviceInfo.h:20
NSInteger byDVRType
设备类型
Definition: EZHCNetDeviceInfo.h:30
NSInteger byAlarmOutPortNum
告警输出个数
Definition: EZHCNetDeviceInfo.h:26
NSInteger byAudioChanNum
设备语音通道数
Definition: EZHCNetDeviceInfo.h:34
Definition: EZHCNetDeviceInfo.h:11
NSInteger startChannelNo
模拟通道起始通道号,0为无效果
Definition: EZHCNetDeviceInfo.h:18
NSInteger byDiskNum
硬盘个数
Definition: EZHCNetDeviceInfo.h:28
NSInteger byAlarmInPortNum
告警输入个数
Definition: EZHCNetDeviceInfo.h:24
NSInteger userId
登录后user id
Definition: EZHCNetDeviceInfo.h:14
NSInteger channelCount
模拟通道数
Definition: EZHCNetDeviceInfo.h:16
NSInteger byZeroChanNum
零通道个数
Definition: EZHCNetDeviceInfo.h:32