Uses of Class
com.kuka.roboticsAPI.controllerModel.sunrise.IFencedArea.GateState

Packages that use IFencedArea.GateState
com.kuka.roboticsAPI.controllerModel.sunrise Contains the controller implementation for the sunrise controller including it's IO interface. 
 

Uses of IFencedArea.GateState in com.kuka.roboticsAPI.controllerModel.sunrise
 

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

Methods in com.kuka.roboticsAPI.controllerModel.sunrise with parameters of type IFencedArea.GateState
 void IFencedArea.await(IFencedArea.GateState state)
          Waits till the specified state is reached.
 void FencedArea.await(IFencedArea.GateState state)
           
 boolean IFencedArea.await(IFencedArea.GateState state, long timeout, TimeUnit unit)
          Waits till the specified state is reached.
 boolean FencedArea.await(IFencedArea.GateState state, long timeout, TimeUnit unit)
           
 



Copyright © 2019. All rights reserved.