open62541pp 0.15.0
C++ wrapper of open62541
|
Modify a monitored items of a subscription.
Functions | |
ModifyMonitoredItemsResponse | opcua::services::modifyMonitoredItems (Client &connection, const ModifyMonitoredItemsRequest &request) noexcept |
Result< void > | opcua::services::modifyMonitoredItem (Client &connection, uint32_t subscriptionId, uint32_t monitoredItemId, MonitoringParametersEx ¶meters) noexcept |
|
noexcept |
Modify monitored items of a subscription.
connection | Instance of type Client |
request | Modify monitored items request |
|
noexcept |
Modify a monitored item of a subscription.
This is an extended version of UA_MonitoringParameters
with the timestamps
parameter. Parameters are passed by reference because illegal parameters can be revised by the server. The updated parameters reflect the actual values that the server will use.
connection | Instance of type Client |
subscriptionId | Identifier of the subscription returned by createSubscription |
monitoredItemId | Identifier of the monitored item |
parameters | Monitoring parameters, may be revised by server |
Referenced by opcua::MonitoredItem< Connection >::setMonitoringParameters().