Contents

IOUSBHostPipe

The class that sends control, bulk, interrupt, and isochronous input/output requests for function drivers, and manages stream capabilities.

Declaration

class IOUSBHostPipe

Overview

The client creates pipe objects using copyPipe(withAddress:).

Topics

Sending Bulk and Interrupt I/O

Sending Isochronous I/O

Sending Control Requests

Managing Periodic Bandwidth

Enabling Power Savings

Managing Streams

Instance Methods

See Also

Function Drivers