---
title: status
framework: iousbhost
role: symbol
role_heading: Instance Property
path: iousbhost/iousbhostisochronousframe/status
---

# status

The completion status for an individual frame.

## Declaration

```swift
var status: IOReturn
```

## Discussion

Discussion IOUSBHost initializes this to kIOReturnInvalid and updates the field with a valid status code upon completion of the frame.

## See Also

### Frame Structure

- [requestCount](iousbhost/iousbhostisochronousframe/requestcount.md)
- [completeCount](iousbhost/iousbhostisochronousframe/completecount.md)
- [timeStamp](iousbhost/iousbhostisochronousframe/timestamp.md)
