public enum ScStatus extends java.lang.Enum<ScStatus>
| Enum Constant and Description | 
|---|
| SC_APPL_NOT_FOUNDDeprecated.  | 
| SC_COMMUNICATION_ERRORDeprecated.  | 
| SC_ERR_ENDDeprecated.  | 
| SC_EXEC_CMD_ERRORDeprecated.  | 
| SC_FILE_IO_ERRORDeprecated.  | 
| SC_KEYSTROKE_ERRORDeprecated.  | 
| SC_NOT_SUPPORTEDDeprecated.  | 
| SC_OKDeprecated.  | 
| SC_PARAMETER_OUT_OF_RANGEDeprecated.  | 
| SC_REGISTRY_ERRORDeprecated.  | 
| SC_THREAD_ERRORDeprecated.  | 
| SC_WRONG_DEVICE_INDEXDeprecated.  | 
| SC_WRONG_USERDeprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| static ScStatus | valueOf(java.lang.String name)Deprecated.  Returns the enum constant of this type with the specified name. | 
| static ScStatus[] | values()Deprecated.  Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final ScStatus SC_OK
public static final ScStatus SC_COMMUNICATION_ERROR
public static final ScStatus SC_WRONG_DEVICE_INDEX
public static final ScStatus SC_PARAMETER_OUT_OF_RANGE
public static final ScStatus SC_FILE_IO_ERROR
public static final ScStatus SC_KEYSTROKE_ERROR
public static final ScStatus SC_APPL_NOT_FOUND
public static final ScStatus SC_REGISTRY_ERROR
public static final ScStatus SC_NOT_SUPPORTED
public static final ScStatus SC_EXEC_CMD_ERROR
public static final ScStatus SC_THREAD_ERROR
public static final ScStatus SC_WRONG_USER
public static final ScStatus SC_ERR_END
public static ScStatus[] values()
for (ScStatus c : ScStatus.values()) System.out.println(c);
public static ScStatus valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null