---
title: IOFWAVCAsyncCommandState
framework: IOKit
role: symbol
role_heading: Enumeration
platforms: [Mac Catalyst 13.0+, macOS 10.4+]
path: iokit/iofwavcasynccommandstate
---

# IOFWAVCAsyncCommandState

## Declaration

```occ
typedef enum IOFWAVCAsyncCommandState : unsigned int {
    ...
} IOFWAVCAsyncCommandState;
```

## Topics

### Constants

- [kAVCAsyncCommandStateBusReset](iokit/iofwavcasynccommandstate/kavcasynccommandstatebusreset.md)
- [kAVCAsyncCommandStateCanceled](iokit/iofwavcasynccommandstate/kavcasynccommandstatecanceled.md)
- [kAVCAsyncCommandStateOutOfMemory](iokit/iofwavcasynccommandstate/kavcasynccommandstateoutofmemory.md)
- [kAVCAsyncCommandStatePendingRequest](iokit/iofwavcasynccommandstate/kavcasynccommandstatependingrequest.md)
- [kAVCAsyncCommandStateReceivedFinalResponse](iokit/iofwavcasynccommandstate/kavcasynccommandstatereceivedfinalresponse.md)
- [kAVCAsyncCommandStateReceivedInterimResponse](iokit/iofwavcasynccommandstate/kavcasynccommandstatereceivedinterimresponse.md)
- [kAVCAsyncCommandStateRequestFailed](iokit/iofwavcasynccommandstate/kavcasynccommandstaterequestfailed.md)
- [kAVCAsyncCommandStateRequestSent](iokit/iofwavcasynccommandstate/kavcasynccommandstaterequestsent.md)
- [kAVCAsyncCommandStateTimeOutBeforeResponse](iokit/iofwavcasynccommandstate/kavcasynccommandstatetimeoutbeforeresponse.md)
- [kAVCAsyncCommandStateWaitingForResponse](iokit/iofwavcasynccommandstate/kavcasynccommandstatewaitingforresponse.md)
