'Declaration
Public Function New( _ ByVal dataChangeCallback As EasyUADataChangeNotificationEventHandler, _ ByVal state As Object, _ ByVal endpointDescriptor As UAEndpointDescriptor, _ ByVal nodeDescriptor As UANodeDescriptor _ )
'Usage
Dim dataChangeCallback As EasyUADataChangeNotificationEventHandler Dim state As Object Dim endpointDescriptor As UAEndpointDescriptor Dim nodeDescriptor As UANodeDescriptor Dim instance As New EasyUAMonitoredItemArguments(dataChangeCallback, state, endpointDescriptor, nodeDescriptor)
public EasyUAMonitoredItemArguments( EasyUADataChangeNotificationEventHandler dataChangeCallback, object state, UAEndpointDescriptor endpointDescriptor, UANodeDescriptor nodeDescriptor )
public: EasyUAMonitoredItemArguments( EasyUADataChangeNotificationEventHandler^ dataChangeCallback, Object^ state, UAEndpointDescriptor^ endpointDescriptor, UANodeDescriptor^ nodeDescriptor )
Parameters
- dataChangeCallback
- A callback method to be invoked for each significant monitored item change.
- state
- User-defined state object.
- endpointDescriptor
- Endpoint descriptor. Identifies the OPC-UA server.
- nodeDescriptor
- Node descriptor. Identifies the node in OPC server's address space.