• 大小: 58.11MB
    文件类型: .zip
    金币: 2
    下载: 1 次
    发布日期: 2023-07-12
  • 语言: C#
  • 标签: C#  AJAX  Quartz  Log4ne  大华SDK  

资源简介

可执行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个文件信息

评论

共有 条评论