TaskManagementFunctionResponseParser.ResponseCode |
TaskManagementFunctionResponseParser.getResponse()
The target provides a Response, which may take on the following values:
Response Code
Description
0
Function complete.
1
Task does not exist.
2
LUN does not exist.
3
Task still allegiant.
4
Task allegiance reassignment not supported.
5
Task management function not supported.
6
Function authorization failed.
255
Function rejected.
All other values are reserved.
static TaskManagementFunctionResponseParser.ResponseCode |
TaskManagementFunctionResponseParser.ResponseCode.valueOf(byte value)
Returns the constant defined for the given value.
|
static TaskManagementFunctionResponseParser.ResponseCode |
TaskManagementFunctionResponseParser.ResponseCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaskManagementFunctionResponseParser.ResponseCode[] |
TaskManagementFunctionResponseParser.ResponseCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2013 University of Konstanz, Distributed Systems Group. All Rights Reserved.
|