Property | Type | Description | |
---|---|---|---|
log | NLog.Logger |
Method | Description | |
---|---|---|
AddBindingParameters ( System.ServiceModel.Description.ServiceDescription serviceDescription, ServiceHostBase serviceHostBase, System |
||
ApplyDispatchBehavior ( System.ServiceModel.Description.ServiceDescription serviceDescription, ServiceHostBase serviceHostBase ) : void | ||
AssignMonitorChannel ( List |
分配监控通道
|
|
Connect ( string password ) : |
连接融合网关
|
|
DisConnect ( ) : |
断开融合网关
|
|
InitService ( ) : void |
初始化融合网管服务
|
|
Instance ( ) : |
构造函数 单例模式实例
|
|
KeepAliver ( ) : |
保持连接
|
|
MuteCamera ( ) : |
摄像头闭音(暂无)
|
|
QueryLisence ( int &numLisence ) : |
查询Lisence控制项(暂无)
|
|
QueryMonitorCamera ( List |
获取监控设备列表
|
|
StartControlPtz ( string cameraNo, PtzCommandType ptzCommand, int param ) : |
开始PTZ操作
|
|
StopPTZ ( string Camerano ) : |
关闭PTZ操作
|
|
SwitchChannelVideoSource ( string channelLabel, string cameraNo ) : |
设置监控通道视频源
|
|
SyncMonitorChannel ( List |
同步通道信息
|
|
Validate ( System.ServiceModel.Description.ServiceDescription serviceDescription, ServiceHostBase serviceHostBase ) : void |
Method | Description | |
---|---|---|
CheckSession ( ) : |
检查Session
|
public AddBindingParameters ( System.ServiceModel.Description.ServiceDescription serviceDescription, ServiceHostBase serviceHostBase, System |
||
serviceDescription | System.ServiceModel.Description.ServiceDescription | |
serviceHostBase | ServiceHostBase | |
endpoints | System |
|
bindingParameters | System.ServiceModel.Channels.BindingParameterCollection | |
return | void |
public ApplyDispatchBehavior ( System.ServiceModel.Description.ServiceDescription serviceDescription, ServiceHostBase serviceHostBase ) : void | ||
serviceDescription | System.ServiceModel.Description.ServiceDescription | |
serviceHostBase | ServiceHostBase | |
return | void |
public AssignMonitorChannel ( List |
||
ChannelInfoList | List |
|
return |
public Connect ( string password ) : |
||
password | string | 连接字符串 |
return |
public QueryLisence ( int &numLisence ) : |
||
numLisence | int | |
return |
public QueryMonitorCamera ( List |
||
CameraInfoList | List |
摄像头基本信息 |
CameraGroupList | List |
组基本信息 |
nodeRelationList | List |
所属分组关系信息 |
return |
public StartControlPtz ( string cameraNo, PtzCommandType ptzCommand, int param ) : |
||
cameraNo | string | 摄像头NO |
ptzCommand | PtzCommandType | 操作类型 |
param | int | 命令参数 |
return |
public StopPTZ ( string Camerano ) : |
||
Camerano | string | 摄像头 |
return |
public SwitchChannelVideoSource ( string channelLabel, string cameraNo ) : |
||
channelLabel | string | 通道label |
cameraNo | string | 摄像头NO |
return |
public SyncMonitorChannel ( List |
||
ChannelInfoList | List |
通道列表 |
return |
public Validate ( System.ServiceModel.Description.ServiceDescription serviceDescription, ServiceHostBase serviceHostBase ) : void | ||
serviceDescription | System.ServiceModel.Description.ServiceDescription | |
serviceHostBase | ServiceHostBase | |
return | void |