Receive capable wireless interface base class. More...
#include <senf/Ext/NetEmu/WirelessInterfaceAPI.hh>
Protected Member Functions | |
WirelessReceiver (ppi::connector::ActiveOutput<> &output) | |
WirelessReceiver (ppi::connector::ActiveOutput< EthernetPacket > &output) | |
WirelessReceiver (ppi::connector::ActiveOutputJack<> &output) | |
WirelessReceiver (ppi::connector::ActiveOutputJack< EthernetPacket > &output) | |
void | init () |
Additional Inherited Members | |
Public Member Functions inherited from senf::emu::Receiver | |
virtual | ~Receiver () |
bool | annotationMode () const |
Get interface annotationMode status. More... | |
void | annotationMode (bool a) |
Enable/Disable AnnotationPackets for each frame. More... | |
bool | promisc () const |
Get interface promiscuous status. More... | |
void | promisc (bool v) |
Change interface promiscuous status. More... | |
void | mcAdd (senf::MACAddress const &address) |
void | mcDrop (senf::MACAddress const &address) |
void | flushRxQueues () |
Flush Rx Queues. More... | |
Public Attributes inherited from senf::emu::Receiver | |
ppi::connector::ActiveOutputJack< EthernetPacket > | output |
Receive capable wireless interface base class.
Definition at line 271 of file WirelessInterfaceAPI.hh.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |