Share via


USB Host Client Framework Synchronous Transfer Pipe (Windows Embedded CE 6.0)

1/6/2010

The USB Host Client Framework library provides the framework for a synchronous transfer pipe. This basic transfer pipe is only capable of handling one transfer at any given time and is only suitable when there is no speed requirement. The synchronous transfer pipe could be used as an interrupt pipe.

The class UsbSyncClassPipe manages the synchronous pipe transfer, exposes functions for checking the status of a transfer, and closes the transfer during the destruction of the object.

The following access functions make up the synchronous transfer pipe framework.

  • Init
  • ResetPipe
  • BulkOrIntrTransfer
  • VendorTransfer
  • IsochTransfer
  • CanIssueTransfer
  • For more information on the usage of the access functions contained in the synchronous transfer pipe framework, reference the topic USB Host Client Framework Samples.

See Also

Concepts

USB Host Client Framework Development Concepts