class Consumer
Defined at line 21 of file ../../src/connectivity/network/testing/netemul/network-context/lib/consumer.h
Consumers are a data sink and that may be fed with data.
Consumers don't care where the data came from, and will always just
receive it.
Public Methods
void Consume (const void * data, size_t len)
std::string GetName (uint32_t idx)
void ~Consumer ()
Defined at line 24 of file ../../src/connectivity/network/testing/netemul/network-context/lib/consumer.h