25 lines
1.1 KiB
C#
25 lines
1.1 KiB
C#
/* Copyright (c) 1996-2020 The OPC Foundation. All rights reserved.
|
|
The source code in this file is covered under a dual-license scenario:
|
|
- RCL: for OPC Foundation members in good-standing
|
|
- GPL V2: everybody else
|
|
RCL license terms accompanied with this source code. See http://opcfoundation.org/License/RCL/1.00/
|
|
GNU General Public License as published by the Free Software Foundation;
|
|
version 2 of the License are accompanied with this source code. See http://opcfoundation.org/License/GPLv2
|
|
This source code is distributed in the hope that it will be useful,
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
|
*/
|
|
|
|
namespace Opc.Ua.Schema.Binary
|
|
{
|
|
/// <summary>
|
|
/// The <b>Opc.Ua.Schema.Binary</b> namespace provides classes which implement the OPC Binary
|
|
/// Type Description schema which is defined in Part 3 of the UA specification.
|
|
/// </summary>
|
|
///<exclude/>
|
|
[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
|
public class NamespaceDoc
|
|
{
|
|
}
|
|
}
|