Uses of Class
com.kuka.roboticsAPI.ioModel.IODetail

Packages that use IODetail
com.kuka.roboticsAPI.ioModel   
 

Uses of IODetail in com.kuka.roboticsAPI.ioModel
 

Fields in com.kuka.roboticsAPI.ioModel declared as IODetail
 IODetail[] IOGroupDetail.ioDetail
          Details about the IOs that are contained in the IO-group.
 IODetail[] IOBusDetail.ioDetails
          Details about the IO's belonging to specific bus.
 

Methods in com.kuka.roboticsAPI.ioModel that return IODetail
 IODetail IODetail.clone()
          
 

Constructor parameters in com.kuka.roboticsAPI.ioModel with type arguments of type IODetail
IOBusDetail(String driverName, String instanceName, List<IODetail> details)
          Creates the instance with defined bus driver name, bus instance name and the list of IO's.
IOGroupDetail(String groupName, List<IODetail> details)
          Creates a new IOGroupDetail object.
 



Copyright © 2019. All rights reserved.