Unregister nodes that have been obtained via the RegisterNodes service.
- See also
- https://reference.opcfoundation.org/Core/Part4/v105/docs/5.9.6
◆ unregisterNodes()
Unregister nodes (client only).
- Parameters
-
connection | Instance of type Client |
request | Request |
◆ unregisterNodesAsync()
template<typename CompletionToken >
Unregister nodes (client only).
- Parameters
-
connection | Instance of type Client |
request | Request |
token | The completion token that will be used to produce a completion handler, which will be called when the operation completes. Potential completion tokens include useFuture, useDeferred, useDetached, or a function (object) with the correct completion signature. The function signature of the completion handler must be:
UA_UnregisterNodesResponse wrapper class.
|
- Returns
-
Definition at line 312 of file view.hpp.