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

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

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

Methods in com.kuka.roboticsAPI.controllerModel.sunrise.connectionLib that return NameserverRequestType
static NameserverRequestType NameserverRequestType.fromId(int id)
          Creats a nameserver request out of the given id.
 NameserverRequestType NameserverData.getRequestType()
          Gets the nameserver request type entry out of this data.
static NameserverRequestType NameserverRequestType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static NameserverRequestType[] NameserverRequestType.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 NameserverRequestType
 void NameserverData.setRequestType(NameserverRequestType type)
          Sets the nameserver request typeentry.
 



Copyright © 2019. All rights reserved.