'Declaration
Public Function New( _ ByVal nodeId As NodeId, _ Optional ByVal attributeId As AttributeId, _ Optional ByVal indexRange As String _ )
'Usage
Dim nodeId As NodeId Dim attributeId As AttributeId Dim indexRange As String Dim instance As New ReadValueId(nodeId, attributeId, indexRange)
public ReadValueId( NodeId nodeId, AttributeId attributeId, string indexRange )
public: ReadValueId( NodeId nodeId, AttributeId attributeId, String^ indexRange )
Parameters
- nodeId
- Node ID of a node.
- attributeId
- ID of the attribute.
- indexRange
- Optionally identifies a single element of an array, or a single range of indexes for arrays.