Package com.boschrexroth.api


package com.boschrexroth.api
This project provides interface for ctrlX Data Layer access via Java.

SPDX-FileCopyrightText: Bosch Rexroth AG

SPDX-License-Identifier: MIT

The binary file "comm_datalayer.so" are licensed under the "Terms and Conditions for the Provision of Products of Bosch Rexroth AG Free of Charge" supplemented by the right to redistribution, any other software code in this repository is licensed under the:

It wraps the original ctrlX Data Layer written in C++. Datalayer is used for configuration, parametrisation and diagnosis of control project.

Note: The interfaces from this package com.boschrexroth.api should only be used to create a client/provider application. The other packages are for internal use only and are subject to change.

Some interfaces extends AutoCloseable, indicating that resources held by implementations of this interface should be properly released when no longer needed, typically by calling the close() method.