---
title: originalDescriptors
framework: iousbhost
role: symbol
role_heading: Instance Property
path: iousbhost/iousbhostpipe/originaldescriptors
---

# originalDescriptors

A property that retrieves the original endpoint descriptors from the pipe at the point of creation.

## Declaration

```swift
var originalDescriptors: UnsafePointer<IOUSBHostIOSourceDescriptors> { get }
```

## Return Value

Return Value The original IOUSBHostIOSourceDescriptors.

## See Also

### Managing Periodic Bandwidth

- [IOUSBHostIOSourceDescriptors](iousbhost/iousbhostiosourcedescriptors.md)
- [adjust(with:)](iousbhost/iousbhostpipe/adjust(with:).md)
- [descriptors](iousbhost/iousbhostpipe/descriptors.md)
