Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
1/6/2010
Most USB Host Client Drivers exhibit a number of commonalities due to their similar purposes. The USB host client framework library exploits these commonalities to simplify the process of creating a USB host client driver. The library provides you with common code relevant to all USB host client drivers, the framework for a synchronous transfer pipe, and the framework for an asynchronous transfer pipe.
In This Section
- USB Host Client Framework Common Code
Provides information about the common code included with the USB host client framework library.
- USB Host Client Framework Synchronous Transfer Pipe
Provides information about the synchronous transfer pipe framework included with the USB host client framework library.
- USB Host Client Framework Asynchronous Transfer Pipe
Provides information about the asynchronous transfer pipe framework included with the USB host client framework library.