Package | Description |
---|---|
org.jslipc.ipc.pipe |
Modifier and Type | Method and Description |
---|---|
JslipcResponse.JslipcCode |
JslipcResponse.getCode() |
static JslipcResponse.JslipcCode |
JslipcResponse.JslipcCode.valueOf(int value) |
static JslipcResponse.JslipcCode |
JslipcResponse.JslipcCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JslipcResponse.JslipcCode[] |
JslipcResponse.JslipcCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
JslipcResponse(JslipcResponse.JslipcCode code,
String message)
Creates a JslipcResponse with the given code and message.
|
Copyright © 2014. All Rights Reserved.