资源简介
代码片段和文件信息
using System;
using System.Collections;
using System.Security.Cryptography.X509Certificates;
using Opc.Ua;
using Opc.Ua.Client;
using Siemens.OpcUA.Helper;
namespace Siemens.OpcUA
{
///
/// Event handler for the event that the client received a value change.
///
public delegate void valueChanged(object clientHandle DataValue value);
///
/// Event handler for the event that the client received a untrusted server certificate.
///
public delegate void certificateValidation(CertificateValidator validator CertificateValidationEventArgs e);
///
/// This class encapsulates a connection to an OPC UA server and access to particular Services of it.
///
public cl
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2015-11-30 09:26 OPC\
文件 1280254 2015-11-30 09:31 OPC\45SP3_840Dsl_828D_commissioningmanual_OPCUA_released_V02_en-US.pdf
目录 0 2015-07-21 10:25 OPC\OPC_UA_CODE_v10\
目录 0 2015-07-21 10:25 OPC\OPC_UA_CODE_v10\bin\
文件 90112 2009-07-03 14:39 OPC\OPC_UA_CODE_v10\bin\Opc.Ua.Client.dll
文件 2589184 2009-07-03 14:39 OPC\OPC_UA_CODE_v10\bin\Opc.Ua.Core.dll
文件 55296 2010-04-30 11:12 OPC\OPC_UA_CODE_v10\bin\Siemens.OpcUA.Client.exe
文件 18944 2010-04-30 11:12 OPC\OPC_UA_CODE_v10\bin\Siemens.OpcUA.dll
文件 22528 2010-04-30 11:12 OPC\OPC_UA_CODE_v10\bin\Siemens.OpcUA.SimpleClient.exe
目录 0 2015-07-21 10:25 OPC\OPC_UA_CODE_v10\src\
目录 0 2015-07-21 10:25 OPC\OPC_UA_CODE_v10\src\bin\
文件 90112 2009-07-03 14:39 OPC\OPC_UA_CODE_v10\src\bin\Opc.Ua.Client.dll
文件 2589184 2009-07-03 14:39 OPC\OPC_UA_CODE_v10\src\bin\Opc.Ua.Core.dll
目录 0 2015-07-21 10:25 OPC\OPC_UA_CODE_v10\src\ClientAPI\
文件 120 2009-08-18 08:48 OPC\OPC_UA_CODE_v10\src\ClientAPI\app.config
文件 40444 2010-04-30 11:03 OPC\OPC_UA_CODE_v10\src\ClientAPI\ClientAPI.cs
文件 3087 2010-02-16 09:40 OPC\OPC_UA_CODE_v10\src\ClientAPI\ClientAPI.csproj
文件 1727 2010-04-30 11:03 OPC\OPC_UA_CODE_v10\src\ClientAPI\ClientDiscovery.cs
文件 4351 2010-04-30 11:03 OPC\OPC_UA_CODE_v10\src\ClientAPI\ClientSubsc
目录 0 2015-07-21 10:25 OPC\OPC_UA_CODE_v10\src\ClientAPI\Properties\
文件 841 2010-04-30 10:56 OPC\OPC_UA_CODE_v10\src\ClientAPI\Properties\AssemblyInfo.cs
文件 8472 2009-12-14 10:49 OPC\OPC_UA_CODE_v10\src\ClientAPI\Properties\Helpers.cs
目录 0 2015-07-21 10:25 OPC\OPC_UA_CODE_v10\src\SimpleClient\
文件 21097 2010-02-28 23:51 OPC\OPC_UA_CODE_v10\src\SimpleClient\MainForm.cs
文件 23609 2010-02-28 23:51 OPC\OPC_UA_CODE_v10\src\SimpleClient\MainForm.Designer.cs
文件 5814 2010-02-28 23:51 OPC\OPC_UA_CODE_v10\src\SimpleClient\MainForm.resx
文件 521 2010-02-08 15:27 OPC\OPC_UA_CODE_v10\src\SimpleClient\Program.cs
目录 0 2015-07-21 10:25 OPC\OPC_UA_CODE_v10\src\SimpleClient\Properties\
文件 1482 2010-04-30 10:56 OPC\OPC_UA_CODE_v10\src\SimpleClient\Properties\AssemblyInfo.cs
文件 2879 2010-02-08 15:27 OPC\OPC_UA_CODE_v10\src\SimpleClient\Properties\Resources.Designer.cs
文件 5612 2010-02-08 11:40 OPC\OPC_UA_CODE_v10\src\SimpleClient\Properties\Resources.resx
............此处省略56个文件信息
- 上一篇:对称加密与非对称加密
- 下一篇:WPF不规则按钮
相关资源
- NServiceKit.Redis 基础操作
- C#操作shapfile
- c# 重试操作方案 Retry
- AD 操作 Helper类代码
- C# 内容繁简转换
- ProxyHelper IE 代理 操作类 源码
- C# 农历 操作常用类 源码
- C# 如何禁止关闭操作系统源码
- C# 装箱和拆箱操作
- winform操作webform后台
- C#模拟银行ATM操作(分普通用户和透支
- windows环境jar包部署到linux服务器,一
-
使用LinqToob
jects操作数组及集合 - 使用LinqToDataSet操作数据集
- winform调用webservice
- c# winform FTP连接服务器对文件进行操作
- Csharp3tierPMS 使用C#语言开发的三层物业
- MyBank 操作系统银行家算法
- CSharp-Word C#对Word的常用操作
- TSCLIB.DLL-VCsharp2005-Example TSC条码打印机
- opc C#编程实现的客户端与西门子OPC服
- camera C#操作USB摄像头
- tin 用C#编的三角网生成算法。操作方
- Prodave-S7-V6 通过Prodave 6.0对西门子S7-
- netdxf-81910 一个C#写的操作DXF文件的库
- C# GDI画图和交互式操作 点和连接线鼠
- C# VS2013 串口接收事件 通过委托跨线程
- 西门子S7-200SMART TCP/IP 通讯连接库C#
- c#操作word进行批量查找和替换
- Prodave6工具包C#源码及
评论
共有 条评论