QuickOPC User's Guide and Reference
DAItemPointReadParameters Constructor(DAReadParameters,Boolean)



View with Navigation Tools
OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.DataAccess.Connectivity Namespace > DAItemPointReadParameters Class > DAItemPointReadParameters Constructor : DAItemPointReadParameters Constructor(DAReadParameters,Boolean)
The read parameters to use.
Determines whether only the value part will be read; error if the value is not available.
Creates a new instance of the object, from OpcLabs.EasyOpc.DataAccess.DAReadParameters, and "value only" indicator.
Syntax
'Declaration
 
Public Function New( _
   ByVal readParameters As DAReadParameters, _
   ByVal valueOnly As Boolean _
)
 
'Usage
 
Dim readParameters As DAReadParameters
Dim valueOnly As Boolean
 
Dim instance As New DAItemPointReadParameters(readParameters, valueOnly)

Parameters

readParameters
The read parameters to use.
valueOnly
Determines whether only the value part will be read; error if the value is not available.
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