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

Detailed Description

This structure is used by getOwnConnectionDescription and getAllConnectionDescription to provide information about mlpi connections.

Elements of struct ConnectionDescription

Type Element Description
long uid Unique identifier of connection.
String user Login user name of connection.
String uri URI of client of connection (e.g. "mlpi.tcp://'IP-address':'port'").
String name User-defined name of connection.
String label User-defined label of connection.
MlpiGlobal.DateAndTime dateTime Buildup system date and time (broken down time, UTC) of connection.
int requestCounter Absolute number of requests.
int lastRequest Elapsed time since last access in milliseconds.
ApiProtection protection Protection status of connection.
int watchdog Watchdog status of connection (==1 if watchdog is active (enabled and not fired)).

Definition at line 218 of file MlpiConnection.java.


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