Classes | |
| class | pw::channel::LoopbackChannel< kType > |
Typedefs | |
| using | pw::channel::LoopbackDatagramChannel = LoopbackChannel< DataType::kDatagram > |
| Alias for a loopback channel that sends and receives datagrams. | |
| using | pw::channel::LoopbackByteChannel = LoopbackChannel< DataType::kByte > |
| Alias for a loopback channel that sends and receives bytes. | |