QuickOPC User's Guide and Reference
UADataSetOrdering Enumeration



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
[ComVisible(true)]
[DisplayName2("OPC UA DataSet Ordering")]
[Guid("9E9D1018-D876-4A5A-BC5B-926A5E60AFC7")]
public enum UADataSetOrdering : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
[ComVisible(true)]
[DisplayName2("OPC UA DataSet Ordering")]
[Guid("9E9D1018-D876-4A5A-BC5B-926A5E60AFC7")]
public enum class UADataSetOrdering : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
MemberValueDescription
AscendingWriterId1Dataset messages are ordered ascending by the value of their corresponding dataset writer Ids.
AscendingWriterIdSingle2Dataset messages are ordered ascending by the value of their corresponding dataset writer Ids and only one dataset message is sent per network message.
Undefined0The ordering of dataset messages is not specified.
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