USBPipe Properties |
The USBPipe type exposes the following members.
| Name | Description | |
|---|---|---|
| Address |
Endpoint address including the direction in the most significant bit
| |
| Device |
The USBDevice this pipe is associated with
| |
| Interface |
The interface associated with this pipe
| |
| IsIn |
True if the pipe has direction IN (device to host), false otherwise.
| |
| IsOut |
True if the pipe has direction OUT (host to device), false otherwise.
| |
| MaximumPacketSize |
Maximum packet size for transfers on this endpoint
| |
| Policy |
The pipe policy settings for this pipe
|