资源简介
可执行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# 调用win32 api函数-user32.dll详细说明
- C# 调用BarTender打印条码DEMO
- 大型比赛竞赛抽签系统 可打印 c# vs
- C#编写的Gerber查看器
- lua C# .Net4.0 vs2010 LuaInterface
- C#十六进制编辑器
- 明华URF-35H读卡器 C#读写源码 为大家
- C#文件流读取CSV文件
- c#读写PDF文件sql
- C# winform Socket大文件传输
- c#车牌识别系统附30张测试图片
- 《C#面向对象程序设计》源代码(CS)
- 金旭亮《C#面向对象程序设计》教案
- 试题库管理系统毕业论文(C#)源程序
- 学校网站原代码(C#.NET)
- C#-数据库操作技术-员工管理系统
- c#web开发入门经典
- C#与Matlab混合编程的几种方式
- c# 开发与 mysql数据库实现的增删改查
- C#异步操作 异步查询数据库 异步处理
- Basler相机通过IO触发源码
- [源代码] 《领域驱动设计 (C# 2008 实
- 松下PLC与C#通讯串口调试入门教程.z
- USB 继电器控制器 LCUS-1 保证能用 c#
- C# AES加密解密小工具
- C#圆形按钮,非常漂亮动态~~
- [精]C#仿QQ右下角弹出提示框()
- C#进程间通信-共享内存代码
- 有史以来最简单的三层(C#)
- vb调用c#编写的串口DLL文件(vb源码
评论
共有 条评论