QuickOPC User's Guide and Reference
UAAttributePointReadParameters Constructor(UAReadParameters,Boolean)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Connectivity Namespace > UAAttributePointReadParameters Class > UAAttributePointReadParameters Constructor : UAAttributePointReadParameters Constructor(UAReadParameters,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.UA.UAReadParameters, and "value only" indicator.
Syntax
'Declaration
 
Public Function New( _
   ByVal readParameters As UAReadParameters, _
   ByVal valueOnly As Boolean _
)
'Usage
 
Dim readParameters As UAReadParameters
Dim valueOnly As Boolean
 
Dim instance As New UAAttributePointReadParameters(readParameters, valueOnly)
public UAAttributePointReadParameters( 
   UAReadParameters readParameters,
   bool valueOnly
)
public:
UAAttributePointReadParameters( 
   UAReadParameters^ readParameters,
   bool 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