OPC Studio User's Guide and Reference
UADataSetOrdering Enumeration



View with Navigation Tools
OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub.Configuration Namespace : UADataSetOrdering Enumeration
Specifies the possible options for the ordering of dataset messages inside network messages.
Syntax
'Declaration
 
<ComVisibleAttribute(True)>
<DisplayName2Attribute("OPC UA DataSet Ordering")>
<GuidAttribute("9E9D1018-D876-4A5A-BC5B-926A5E60AFC7")>
Public Enum UADataSetOrdering 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
 
'Usage
 
Dim instance As UADataSetOrdering
Members
MemberValueDescription
AscendingWriterId1Dataset messages are ordered ascending by the value of their corresponding dataset writer Ids.

The value of this enum member is 1.

AscendingWriterIdSingle2Dataset messages are ordered ascending by the value of their corresponding dataset writer Ids and only one dataset message is sent per network message.

The value of this enum member is 2.

Undefined0The ordering of dataset messages is not specified.

The value of this enum member is 0.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         OpcLabs.EasyOpc.UA.PubSub.Configuration.UADataSetOrdering

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also