open62541pp 0.16.0
C++ wrapper of open62541
Loading...
Searching...
No Matches
services.hpp
Go to the documentation of this file.
1#pragma once
2
10
11/**
12 * OPC UA services as free functions.
13 */
14namespace opcua::services {
15
16/**
17 * @defgroup Services Services
18 * OPC UA services as free functions.
19 * Functions are overloaded for both Client and Server (if possible).
20 * @see https://reference.opcfoundation.org/Core/Part4/v105/docs/
21 */
22
23} // namespace opcua::services
OPC UA services as free functions.
Definition attribute.hpp:22