QuickOPC User's Guide and Reference
ConfiguredSize Property (_UAUadpDataSetWriterMessageParameters)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub.Configuration.ComTypes Namespace > _UAUadpDataSetWriterMessageParameters Interface : ConfiguredSize Property
Defines the fixed size in bytes a dataset message uses inside a network message.
Syntax
'Declaration
 
Property ConfiguredSize As Integer
'Usage
 
Dim instance As _UAUadpDataSetWriterMessageParameters
Dim value As Integer
 
instance.ConfiguredSize = value
 
value = instance.ConfiguredSize
int ConfiguredSize {get; set;}
property int ConfiguredSize {
   int get();
   void set (    int value);
}
Remarks

Valid range is from System.UInt16.MinValue to System.UInt16.MaxValue.

The default value is 0 and it indicates a dynamic length.

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