Uses of Class
com.kuka.roboticsAPI.capabilities.ledStrip.LEDStripUserStatePriority

Packages that use LEDStripUserStatePriority
com.kuka.roboticsAPI.capabilities.interfaces This package contains the mobile platform capability interfaces. 
com.kuka.roboticsAPI.capabilities.ledStrip This package contains the mobile platform related LED strip capabilities. 
 

Uses of LEDStripUserStatePriority in com.kuka.roboticsAPI.capabilities.interfaces
 

Methods in com.kuka.roboticsAPI.capabilities.interfaces with parameters of type LEDStripUserStatePriority
 void ILEDStripControlCapability.setDefaultColor(SegmentColor color, LEDStripUserStatePriority priority)
          Sets a default LED Strip color as a LED Strip state. * Only one default color can be set, the previously set default is always removed during a new setDefaultColor() invocation
 

Uses of LEDStripUserStatePriority in com.kuka.roboticsAPI.capabilities.ledStrip
 

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



Copyright © 2019. All rights reserved.