<!--
{
  "availability" : [
    "DriverKit: 19.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "USBDriverKit",
  "identifier" : "/documentation/USBDriverKit/IOUSBIsochronousFrame",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "USBDriverKit"
    ],
    "preciseIdentifier" : "c:@S@IOUSBIsochronousFrame"
  },
  "title" : "IOUSBIsochronousFrame"
}
-->

# IOUSBIsochronousFrame

A structure representing a single frame in an isochronous transfer.

```
struct IOUSBIsochronousFrame;
```

## Topics

### Getting the Frame Properties

[`IOReturn status;`](/documentation/USBDriverKit/IOUSBIsochronousFrame/status)

The completion status for this individual frame.

[`uint32_t requestCount;`](/documentation/USBDriverKit/IOUSBIsochronousFrame/requestCount)

The number of bytes to transfer for this frame.

[`uint32_t completeCount;`](/documentation/USBDriverKit/IOUSBIsochronousFrame/completeCount)

The number of bytes actually transferred for this frame.

[`uint32_t reserved;`](/documentation/USBDriverKit/IOUSBIsochronousFrame/reserved)

Reserved for future use.

[`uint64_t timeStamp;`](/documentation/USBDriverKit/IOUSBIsochronousFrame/timeStamp)

The frame’s observed completion time.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)