Share via


USB Host Client Framework Development Concepts (Windows Embedded CE 6.0)

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

See Also

Other Resources

USB Host Client Framework