Uses of Class
com.kuka.roboticsAPI.controllerModel.sunrise.api.SSRExecutionFailureReason

Packages that use SSRExecutionFailureReason
com.kuka.roboticsAPI.controllerModel.sunrise.api Contains the necessary objects to work with Sunrise. 
 

Uses of SSRExecutionFailureReason in com.kuka.roboticsAPI.controllerModel.sunrise.api
 

Methods in com.kuka.roboticsAPI.controllerModel.sunrise.api that return SSRExecutionFailureReason
 SSRExecutionFailureReason SSR.getErrorReason()
          Gets the reason of the error which happened during SSR execution.
static SSRExecutionFailureReason SSRExecutionFailureReason.getFailureReasonFromErrorCode(int errorCode)
          Gets the failure reason of a SSR execution for a given error code.
static SSRExecutionFailureReason SSRExecutionFailureReason.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SSRExecutionFailureReason[] SSRExecutionFailureReason.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2019. All rights reserved.