IOPCUAClientSubscriptionCallback.ParameterChangeCallback (METH)ΒΆ
METHOD ParameterChangeCallback : OpcUa_StatusCode
The callback is called when the parameters of a subscription has changed. This happens typically after creation (OpcUaClient_CreateSubscription) or modification (OpcUaClient_ModifySubscription) of a subscription. The values in this call represent the reviced parameters from the server.
- InOut:
Scope
Name
Type
Comment
Return
ParameterChangeCallbackOpcUa_StatusCodeInput
hSubscriptionRTS_IEC_HANDLEHandle to the subscription that has changed.
publishingIntervalOpcUa_DoubleThe reviced publishing interval.
lifeTimeCountOpcUa_UInt32The reviced lifetime count.
maxKeepAliveCountOpcUa_UInt32The reviced maximum keepalive count.
maxNotificationsPerPublishOpcUa_UInt32The reviced maximum number of notifications per publish.
priorityOpcUa_BytereasonOpcUa_StatusCodeThe status of the service.