org.rococoa.cocoa.iokit
Interface IOKitLibrary.SCSIServiceResponse

Enclosing interface:
IOKitLibrary

public static interface IOKitLibrary.SCSIServiceResponse


Field Summary
static int kSCSIServiceResponse_FUNCTION_COMPLETE
           
static int kSCSIServiceResponse_FUNCTION_REJECTED
           
static int kSCSIServiceResponse_LINK_COMMAND_COMPLETE
           
static int kSCSIServiceResponse_Request_In_Process
          This is not one of the standard service responses defined by
SAM, but is necessary for asynchronous commands that are not
yet completed.
static int kSCSIServiceResponse_SERVICE_DELIVERY_OR_TARGET_FAILURE
           
static int kSCSIServiceResponse_TASK_COMPLETE
           
 

Field Detail

kSCSIServiceResponse_Request_In_Process

static final int kSCSIServiceResponse_Request_In_Process
This is not one of the standard service responses defined by
SAM, but is necessary for asynchronous commands that are not
yet completed.

See Also:
Constant Field Values

kSCSIServiceResponse_SERVICE_DELIVERY_OR_TARGET_FAILURE

static final int kSCSIServiceResponse_SERVICE_DELIVERY_OR_TARGET_FAILURE
See Also:
Constant Field Values

kSCSIServiceResponse_TASK_COMPLETE

static final int kSCSIServiceResponse_TASK_COMPLETE
See Also:
Constant Field Values

kSCSIServiceResponse_LINK_COMMAND_COMPLETE

static final int kSCSIServiceResponse_LINK_COMMAND_COMPLETE
See Also:
Constant Field Values

kSCSIServiceResponse_FUNCTION_COMPLETE

static final int kSCSIServiceResponse_FUNCTION_COMPLETE
See Also:
Constant Field Values

kSCSIServiceResponse_FUNCTION_REJECTED

static final int kSCSIServiceResponse_FUNCTION_REJECTED
See Also:
Constant Field Values