QuickOPC User's Guide and Reference
Value Property (OpaqueData)



View with Navigation Tools
OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.DataTypeModel Namespace > OpaqueData Class : Value Property
The current opaque value (a bit array).
Syntax
'Declaration
 
Public Property Value As BitArray
 
'Usage
 
Dim instance As OpaqueData
Dim value As BitArray
 
instance.Value = value
 
value = instance.Value
Remarks

Note that the bit array value is only synchronized with the byte array after the byte array has been set to a different object.

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