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

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

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

Methods in com.kuka.roboticsAPI.controllerModel.sunrise.connectionLib that return CommunicationMedium
static CommunicationMedium CommunicationMedium.fromId(int id)
          Creates a communication medium out of a given id.
 CommunicationMedium NameserverData.getChosenCommunicationMedium()
          Gets the communication medium entry out of this data which was chosen by the nameserver.
protected  CommunicationMedium TcpChannel.getMedium()
           
protected  CommunicationMedium AfLocalChannel.getMedium()
           
static CommunicationMedium CommunicationMedium.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CommunicationMedium[] CommunicationMedium.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 CommunicationMedium
 void NameserverData.setChosenCommunicationMedium(CommunicationMedium medium)
          Sets the communication medium which should be used for communication.
 

Method parameters in com.kuka.roboticsAPI.controllerModel.sunrise.connectionLib with type arguments of type CommunicationMedium
 void NameserverData.setCommunicationMedium(Set<CommunicationMedium> mediums)
          Sets the communication medium entry.
 



Copyright © 2019. All rights reserved.