Click or drag to resize

USBPipe Properties

The USBPipe type exposes the following members.

Properties
  NameDescription
Public propertyAddress
Endpoint address including the direction in the most significant bit
Public propertyDevice
The USBDevice this pipe is associated with
Public propertyInterface
The interface associated with this pipe
Public propertyIsIn
True if the pipe has direction IN (device to host), false otherwise.
Public propertyIsOut
True if the pipe has direction OUT (host to device), false otherwise.
Public propertyMaximumPacketSize
Maximum packet size for transfers on this endpoint
Public propertyPolicy
The pipe policy settings for this pipe
Top
See Also