C++ UA Server SDK  1.5.2.336
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
Client Configuration

The class UaPlatformLayer provides an interface to change configuration parameters of the ANSI C UaStack at runtime. The trace settings are described in section Using the Trace Functionality.

Furthermore, it is possible to change settings for the serializer/deserializer (maximum message size, string lenght array length byte string length etc.) and transport settings for the TCP connection. These settings should only be changed when absolutely necessary and only by experienced users.

The configuration options of the SDK at build time are described at the page Configuring the SDK with CMake.