This commit is contained in:
luosheng
2023-07-16 08:17:03 +08:00
parent 6d655b24d1
commit 2055c10c59
127 changed files with 7414 additions and 7470 deletions

View File

@@ -32,24 +32,24 @@ namespace Technosoftware.DaAeHdaClient
public class OpcNamespace
{
/// <summary>XML Schema</summary>
public const string XML_SCHEMA = "http://www.w3.org/2001/XMLSchema";
public const string XML_SCHEMA = "http://www.w3.org/2001/XMLSchema";
/// <summary>XML Schema Instance</summary>
public const string XML_SCHEMA_INSTANCE = "http://www.w3.org/2001/XMLSchema-instance";
public const string XML_SCHEMA_INSTANCE = "http://www.w3.org/2001/XMLSchema-instance";
/// <summary>OPC Alarmes &amp; Events</summary>
public const string OPC_ALARM_AND_EVENTS = "http://opcfoundation.org/AlarmAndEvents/";
public const string OPC_ALARM_AND_EVENTS = "http://opcfoundation.org/AlarmAndEvents/";
/// <summary>OPC Complex Data</summary>
public const string OPC_COMPLEX_DATA = "http://opcfoundation.org/ComplexData/";
public const string OPC_COMPLEX_DATA = "http://opcfoundation.org/ComplexData/";
/// <summary>OPC Data Exchange</summary>
public const string OPC_DATA_EXCHANGE = "http://opcfoundation.org/DataExchange/";
public const string OPC_DATA_EXCHANGE = "http://opcfoundation.org/DataExchange/";
/// <summary>OPC Data Access</summary>
public const string OPC_DATA_ACCESS = "http://opcfoundation.org/DataAccess/";
public const string OPC_DATA_ACCESS = "http://opcfoundation.org/DataAccess/";
/// <summary>OPC Historical Data Access</summary>
public const string OPC_HISTORICAL_DATA_ACCESS = "http://opcfoundation.org/HistoricalDataAccess/";
public const string OPC_HISTORICAL_DATA_ACCESS = "http://opcfoundation.org/HistoricalDataAccess/";
/// <summary>OPC Binary 1.0</summary>
public const string OPC_BINARY = "http://opcfoundation.org/OPCBinary/1.0/";
public const string OPC_BINARY = "http://opcfoundation.org/OPCBinary/1.0/";
/// <summary>OPC XML-DA 1.0</summary>
public const string OPC_DATA_ACCESS_XML10 = "http://opcfoundation.org/webservices/XMLDA/1.0/";
public const string OPC_DATA_ACCESS_XML10 = "http://opcfoundation.org/webservices/XMLDA/1.0/";
/// <summary>OPC UA 1.0</summary>
public const string OPC_UA10 = "http://opcfoundation.org/webservices/UA/1.0/";
public const string OPC_UA10 = "http://opcfoundation.org/webservices/UA/1.0/";
}
}