Wiretap Server Handle Event definition. More...
Classes | |
class | Handler |
Wiretap Server Event Handler interface. More... | |
Public Member Functions | |
const WireTapDictionary & | getDetails () const |
const WireTapNodeId & | getNodeId () const |
const WireTapStr & | getType () const |
bool | operator== (const WireTapNodeEvent &) const |
WireTapNodeEvent (WireTapNodeId &&nodeId, WireTapStr &&type, WireTapDictionary &&details=WireTapDictionary()) | |
Wiretap Server Handle Event definition.
WireTapNodeEvent::WireTapNodeEvent | ( | WireTapNodeId && | nodeId, |
WireTapStr && | type, | ||
WireTapDictionary && | details = WireTapDictionary() |
||
) |
const WireTapDictionary& WireTapNodeEvent::getDetails | ( | ) | const |
const WireTapNodeId& WireTapNodeEvent::getNodeId | ( | ) | const |
const WireTapStr& WireTapNodeEvent::getType | ( | ) | const |
bool WireTapNodeEvent::operator== | ( | const WireTapNodeEvent & | ) | const |