IOPCUAClientMonitoredItemCallback.ItemParameterCallback (METH)ΒΆ
METHOD ItemParameterCallback : OpcUa_StatusCode
The callback is called when the parameters of a monitored item (both event and sampling) has changed. This happens typically after creation (OpcUaClient_CreateMonitoredItem) or modification (OpcUaClient_ModifyMonitoredItems) of a monitored item. The values in this call represent the reviced parameters from the server.
- InOut:
Scope
Name
Type
Comment
Return
ItemParameterCallbackOpcUa_StatusCodeInput
hMonitoredItemRTS_IEC_HANDLEHandle to the moniotred item.
monitoringModeOpcUa_MonitoringModeThe new monitoring mode
samplingIntervalOpcUa_DoubleThe reviced sampling interval for sampling items.
queueSizeOpcUa_UInt32The reviced queue size.
filterOpcUa_ExtensionObjectThe reviced filters.
reasonOpcUa_StatusCodeStatus code if the operation was successful.