Expand description
Asynchronous vmbus pipe channels.
Structs§
- An open vmbus pipe in byte mode, which can be read from and written to as a byte stream.
- The read half of a pipe.
- The write half of a pipe.
- An open vmbus pipe in message mode, which can send and receive datagrams.
- The read half of a pipe.
- The write half of a pipe.
Functions§
- Creates a pair of async connected byte pipes. Useful for testing.
- Creates a pair of async connected message pipes. Useful for testing.
- Creates a pair of async connected pipes in raw mode (with no vmbus pipe framing on the packets). Useful for testing.