资源简介
可执行DEMO,展示了画面跳转、AJAX访问传值、添加LOG日志Log4net、添加定时任务Quartz.net、读取大华SDK,定时截取图片
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.Text;
using System.Runtime.InteropServices;
using System.ComponentModel;
namespace NetSDKCS
{
public static class NETClient
{
#region << constant >>
///
/// whether to throw an execption.
/// 是否抛异常
///
private static bool m_IsThrowErrorMessage = false;
///
/// Query splice screen(struct NET_COMPOSITE_CHANNEL)
///
public static uint NET_DEVSTATE_COMPOSITE_CHN = 0x0047;
///
/// en-us language
/// 英文错误码对应的错误信息
///
private static Dictionary en_us_String = new Dictionary()
{
{EM_ErrorCode.NET_NOERROR“No error“}
{EM_ErrorCode.NET_ERROR“Unknown error“}
{EM_ErrorCode.NET_SYSTEM_ERROR“Windows system error“}
{EM_ErrorCode.NET_NETWORK_ERROR“Protocol error it may result from network timeout“}
{EM_ErrorCode.NET_DEV_VER_NOMATCH“Device protocol does not match“}
{EM_ErrorCode.NET_INVALID_HANDLE“Handle is invalid“}
{EM_ErrorCode.NET_OPEN_CHANNEL_ERROR“Failed to open channel“}
{EM_ErrorCode.NET_CLOSE_CHANNEL_ERROR“Failed to close channel“}
{EM_ErrorCode.NET_ILLEGAL_PARAM“User parameter is illegal“}
{EM_ErrorCode.NET_SDK_INIT_ERROR“SDK initialization error“}
{EM_ErrorCode.NET_SDK_UNINIT_ERROR“SDK clear error“}
{EM_ErrorCode.NET_RENDER_OPEN_ERROR“Error occurs when apply for render resources“}
{EM_ErrorCode.NET_DEC_OPEN_ERROR“Error occurs when opening the decoder library“}
{EM_ErrorCode.NET_DEC_CLOSE_ERROR“Error occurs when closing the decoder library“}
{EM_ErrorCode.NET_MULTIPLAY_NOCHANNEL“The detected channel number is 0 in multiple-channel preview“}
{EM_ErrorCode.NET_TALK_INIT_ERROR“Failed to initialize record library“}
{EM_ErrorCode.NET_TALK_NOT_INIT“The record library has not been initialized“}
{EM_ErrorCode.NET_TALK_SENDDATA_ERROR“Error occurs when sending out audio data“}
{EM_ErrorCode.NET_REAL_ALREADY_SAVING“The real-time has been protected“}
{EM_ErrorCode.NET_NOT_SAVING“The real-time data has not been save“}
{EM_ErrorCode.NET_OPEN_FILE_ERROR“Error occurs when opening the file“}
{EM_ErrorCode.NET_PTZ_SET_TIMER_ERROR“Failed to enable PTZ to control timer“}
{EM_ErrorCode.NET_RETURN_DATA_ERROR“Error occurs when verify returned data“}
{EM_ErrorCode.NET_INSUFFICIENT_BUFFER“There is no sufficient buffer“}
{EM_ErrorCode.NET_NOT_SUPPORTED“The current SDK does not support this function“}
{EM_ErrorCode.NET_NO_RECORD_FOUND“There is no searched result“}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2019-03-06 15:58 VideoMonitorPlatform\
目录 0 2019-03-06 15:57 VideoMonitorPlatform\.vs\
目录 0 2019-03-06 15:57 VideoMonitorPlatform\.vs\config\
文件 86005 2019-03-06 16:17 VideoMonitorPlatform\.vs\config\applicationhost.config
目录 0 2019-03-06 15:57 VideoMonitorPlatform\.vs\VideoMonitorPlatform\
目录 0 2019-03-06 15:57 VideoMonitorPlatform\.vs\VideoMonitorPlatform\v14\
文件 110080 2019-03-06 17:51 VideoMonitorPlatform\.vs\VideoMonitorPlatform\v14\.suo
目录 0 2019-03-06 15:58 VideoMonitorPlatform\NetSDKCS\
目录 0 2019-03-06 15:58 VideoMonitorPlatform\NetSDKCS\bin\
目录 0 2019-03-06 15:58 VideoMonitorPlatform\NetSDKCS\bin\Debug\
文件 138240 2019-02-28 15:20 VideoMonitorPlatform\NetSDKCS\bin\Debug\NetSDKCS.dll
文件 50688 2019-02-28 15:20 VideoMonitorPlatform\NetSDKCS\bin\Debug\NetSDKCS.pdb
目录 0 2019-03-06 15:58 VideoMonitorPlatform\NetSDKCS\bin\Release\
文件 135680 2019-01-29 15:42 VideoMonitorPlatform\NetSDKCS\bin\Release\NetSDKCS.dll
文件 44544 2019-01-29 15:42 VideoMonitorPlatform\NetSDKCS\bin\Release\NetSDKCS.pdb
文件 134265 2018-01-27 15:00 VideoMonitorPlatform\NetSDKCS\NetSDK.cs
文件 2236 2019-01-29 15:50 VideoMonitorPlatform\NetSDKCS\NetSDKCS.csproj
文件 757795 2018-01-27 15:00 VideoMonitorPlatform\NetSDKCS\NetSDKStruct.cs
目录 0 2019-03-06 15:58 VideoMonitorPlatform\NetSDKCS\obj\
目录 0 2019-03-06 15:58 VideoMonitorPlatform\NetSDKCS\obj\Debug\
文件 5933 2019-03-06 16:17 VideoMonitorPlatform\NetSDKCS\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
文件 373 2019-01-29 09:06 VideoMonitorPlatform\NetSDKCS\obj\Debug\NetSDKCS.csproj.FileListAbsolute.txt
文件 998 2019-01-29 09:05 VideoMonitorPlatform\NetSDKCS\obj\Debug\NetSDKCS.csprojResolveAssemblyReference.cache
文件 138240 2019-02-28 15:20 VideoMonitorPlatform\NetSDKCS\obj\Debug\NetSDKCS.dll
文件 50688 2019-02-28 15:20 VideoMonitorPlatform\NetSDKCS\obj\Debug\NetSDKCS.pdb
目录 0 2019-01-28 17:10 VideoMonitorPlatform\NetSDKCS\obj\Debug\TempPE\
目录 0 2019-03-06 15:58 VideoMonitorPlatform\NetSDKCS\obj\Release\
文件 5913 2019-01-29 15:42 VideoMonitorPlatform\NetSDKCS\obj\Release\DesignTimeResolveAssemblyReferencesInput.cache
文件 383 2019-01-29 15:42 VideoMonitorPlatform\NetSDKCS\obj\Release\NetSDKCS.csproj.FileListAbsolute.txt
文件 998 2019-01-29 15:42 VideoMonitorPlatform\NetSDKCS\obj\Release\NetSDKCS.csprojResolveAssemblyReference.cache
文件 135680 2019-01-29 15:42 VideoMonitorPlatform\NetSDKCS\obj\Release\NetSDKCS.dll
............此处省略878个文件信息
相关资源
- C#解析HL7消息的库135797
- C# OCR数字识别实例,采用TessnetOcr,对
- 考试管理系统 - C#源码
- asp.net C#购物车源代码
- C#实时网络流量监听源码
- C#百度地图源码
- Visual C#.2010从入门到精通配套源程序
- C# 软件版本更新
- C#屏幕软键盘源码,可以自己定制界面
- 智慧城市 智能家居 C# 源代码
- c#获取mobile手机的IMEI和IMSI
- C#实现简单QQ聊天程序
- 操作系统 模拟的 欢迎下载 C#版
- C#写的计算机性能监控程序
- 用C#实现邮件发送,有点类似于outlo
- MVC model层代码生成器 C#
- c#小型图书销售系统
- C# Socket Server Client 通讯应用 完整的服
- c# winform 自动登录 百度账户 源代码
- C#编写的16进制计算器
- C#TCP通信协议
- C# 数据表(Dataset)操作 合并 查询一
- C#语音识别系统speechsdk51,SpeechSDK51L
- 数据库备份还原工具1.0 C# 源码
-
[免费]xm
lDocument 节点遍历C# - EQ2008LEDc#开发实例
- DirectX.Capturec# winform 操作摄像头录像附
- c# 实现的最大最小距离方法对鸢尾花
- C#版保龄球记分代码
- C#自定义控件
评论
共有 条评论