Uses of Class
com.kuka.roboticsAPI.controllerModel.sunrise.connectionLib.ConnectionType

Packages that use ConnectionType
com.kuka.roboticsAPI.controllerModel.sunrise.connectionLib Contains the java ConnectionLib implementation. 
 

Uses of ConnectionType in com.kuka.roboticsAPI.controllerModel.sunrise.connectionLib
 

Methods in com.kuka.roboticsAPI.controllerModel.sunrise.connectionLib that return ConnectionType
 ConnectionType Connection.getConnectionType()
          Gets the type of the connection.
static ConnectionType ConnectionType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ConnectionType[] ConnectionType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.kuka.roboticsAPI.controllerModel.sunrise.connectionLib with parameters of type ConnectionType
 void NameserverData.setConnectionType(ConnectionType connectionType)
          Sets the connection type entry.
 

Constructors in com.kuka.roboticsAPI.controllerModel.sunrise.connectionLib with parameters of type ConnectionType
Connection(ConnectionType connectionType, String name, NameserverProxy nameserver)
          Creates a new connection.
 



Copyright © 2019. All rights reserved.