Open Core Interface - MLPI
MLPI-MotionLogicProgrammingInterface(mlpi4Java)  1.26.2
com.boschrexroth.mlpi.MlpiConnection.Version Class Reference
Collaboration diagram for com.boschrexroth.mlpi.MlpiConnection.Version:
Collaboration graph

Detailed Description

Describes the API version information.

The build number counts continuously within a major release, all other elements count from the beginning, if a higher element was incremented.

Elements of struct Version

Type Element Description
int major Major release, changes of interfaces, behavior or significant changes of code may occur.
int minor Minor release, new features or a significant set of bug fixes may occur.
int bugfix Bug fixes of existing features.
int patch Patch of an existing release.
int build Build number.

Definition at line 144 of file MlpiConnection.java.


The documentation for this class was generated from the following file: