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