USBPipe Methods |
The USBPipe type exposes the following members.
Name | Description | |
---|---|---|
![]() | Abort |
Aborts all pending transfers for this pipe.
|
![]() | BeginRead | Initiates an asynchronous read operation on the pipe. |
![]() | BeginWrite | Initiates an asynchronous write operation on the pipe. |
![]() | EndRead |
Waits for a pending asynchronous read operation to complete.
|
![]() | EndWrite |
Waits for a pending asynchronous write operation to complete.
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | Flush |
Flushes the pipe, discarding any data that is cached. Only available on IN direction pipes.
|
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Read(Byte) |
Reads data from the pipe into a buffer.
|
![]() | Read(Byte, Int32, Int32) |
Reads data from the pipe into a buffer.
|
![]() | ToString | (Inherited from Object.) |
![]() | Write(Byte) |
Writes data from a buffer to the pipe.
|
![]() | Write(Byte, Int32, Int32) |
Writes data from a buffer to the pipe.
|