'Declaration
Public Function New( _ ByVal endpointDescriptor As UAEndpointDescriptor, _ ByVal nodeDescriptor As UANodeDescriptor, _ ByVal indexRangeList As UAIndexRangeList _ )
'Usage
Dim endpointDescriptor As UAEndpointDescriptor Dim nodeDescriptor As UANodeDescriptor Dim indexRangeList As UAIndexRangeList Dim instance As New UAReadArguments(endpointDescriptor, nodeDescriptor, indexRangeList)
public UAReadArguments( UAEndpointDescriptor endpointDescriptor, UANodeDescriptor nodeDescriptor, UAIndexRangeList indexRangeList )
public: UAReadArguments( UAEndpointDescriptor^ endpointDescriptor, UANodeDescriptor^ nodeDescriptor, UAIndexRangeList^ indexRangeList )
Parameters
- endpointDescriptor
- Endpoint descriptor. Identifies the OPC-UA server.
- nodeDescriptor
- Node descriptor. Identifies the node in OPC server's address space.
- indexRangeList
- List of index ranges for individual array dimensions.