Skip to main content
Pigweed's logo Pigweed
  1. Home
  2. Reference
  3. C/C++
  4. pw_channel
  5. Loopback
Loading...
Searching...
No Matches
Loopback

Overview

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.