org.rococoa.cocoa.iokit
Interface IOKitLibrary.IOFWAVCAsyncCommandState

Enclosing interface:
IOKitLibrary

public static interface IOKitLibrary.IOFWAVCAsyncCommandState


Field Summary
static int kAVCAsyncCommandStateBusReset
           
static int kAVCAsyncCommandStateCancled
           
static int kAVCAsyncCommandStateOutOfMemory
           
static int kAVCAsyncCommandStatePendingRequest
           
static int kAVCAsyncCommandStateReceivedFinalResponse
           
static int kAVCAsyncCommandStateReceivedInterimResponse
           
static int kAVCAsyncCommandStateRequestFailed
           
static int kAVCAsyncCommandStateRequestSent
           
static int kAVCAsyncCommandStateTimeOutBeforeResponse
           
static int kAVCAsyncCommandStateWaitingForResponse
           
 

Field Detail

kAVCAsyncCommandStatePendingRequest

static final int kAVCAsyncCommandStatePendingRequest
See Also:
Constant Field Values

kAVCAsyncCommandStateRequestSent

static final int kAVCAsyncCommandStateRequestSent
See Also:
Constant Field Values

kAVCAsyncCommandStateRequestFailed

static final int kAVCAsyncCommandStateRequestFailed
See Also:
Constant Field Values

kAVCAsyncCommandStateWaitingForResponse

static final int kAVCAsyncCommandStateWaitingForResponse
See Also:
Constant Field Values

kAVCAsyncCommandStateReceivedInterimResponse

static final int kAVCAsyncCommandStateReceivedInterimResponse
See Also:
Constant Field Values

kAVCAsyncCommandStateReceivedFinalResponse

static final int kAVCAsyncCommandStateReceivedFinalResponse
See Also:
Constant Field Values

kAVCAsyncCommandStateTimeOutBeforeResponse

static final int kAVCAsyncCommandStateTimeOutBeforeResponse
See Also:
Constant Field Values

kAVCAsyncCommandStateBusReset

static final int kAVCAsyncCommandStateBusReset
See Also:
Constant Field Values

kAVCAsyncCommandStateOutOfMemory

static final int kAVCAsyncCommandStateOutOfMemory
See Also:
Constant Field Values

kAVCAsyncCommandStateCancled

static final int kAVCAsyncCommandStateCancled
See Also:
Constant Field Values