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

Detailed Description

This enumeration defines the protection levels of a connection.

Code Name Description
0x00 MLPI_API_PROTECTION_NON The connection is not protected and can be closed by an other connection.
0x01 MLPI_API_PROTECTION_WATCHDOG The connection is protected against closing by an other connection if the connection watchdog is active (enabled and not fired).
0x02 MLPI_API_PROTECTION_COMPLETE The connection is protected against closing by an other connection completely.

Definition at line 184 of file MlpiConnection.java.


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