Set the monitoring mode of a monitored items.
- See also
- https://reference.opcfoundation.org/Core/Part4/v105/docs/5.12.4
◆ setMonitoringMode() [1/2]
◆ setMonitoringMode() [2/2]
Result< void > opcua::services::setMonitoringMode |
( |
Client & | connection, |
|
|
uint32_t | subscriptionId, |
|
|
uint32_t | monitoredItemId, |
|
|
MonitoringMode | monitoringMode ) |
|
noexcept |
Set the monitoring mode of a monitored item.
- Parameters
-
connection | Instance of type Client |
subscriptionId | Identifier of the subscription returned by createSubscription |
monitoredItemId | Identifier of the monitored item |
monitoringMode | Monitoring mode |