IOPCUAClientMonitoredItemCallback.ItemEventCallback (METH)ΒΆ
METHOD ItemEventCallback : OpcUa_StatusCode
This callback is used to send event notifications to the client. This will only be called for monitored items that register to an event notifier.
- InOut:
Scope
Name
Type
Comment
Return
ItemEventCallbackOpcUa_StatusCodeInput
hMonitoredItemRTS_IEC_HANDLEHandle to the event monitored item.
noOfEventFieldsOpcUa_Int32Number of fields available on the event fields paramter.
eventFieldsPOINTER TO OpcUa_Variant
Pointer to a list of event fields. The fields have the same order as the registered event fields.
reasonOpcUa_StatusCodeStatus code of the operation.