Wiretap API  <small>Wiretap 2018.1</small>
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
WireTapNodeEvent Class Reference

WireTap Server Handle Event definition. More...

Classes

class  Handler
 WireTap Server Event Handler interface. More...
 

Public Member Functions

const WireTapDictionarygetDetails () const
 
const WireTapNodeIdgetNodeId () const
 
const WireTapStrgetType () const
 
bool operator== (const WireTapNodeEvent &) const
 
 WireTapNodeEvent (const WireTapNodeId &nodeId, const char *type, const WireTapDictionary &details=WireTapDictionary())
 

Detailed Description

WireTap Server Handle Event definition.

Constructor & Destructor Documentation

WireTapNodeEvent::WireTapNodeEvent ( const WireTapNodeId nodeId,
const char *  type,
const WireTapDictionary details = WireTapDictionary() 
)

Member Function Documentation

const WireTapDictionary& WireTapNodeEvent::getDetails ( ) const
Returns
extended details about the event.
const WireTapNodeId& WireTapNodeEvent::getNodeId ( ) const
const WireTapStr& WireTapNodeEvent::getType ( ) const
Returns
Simple identifier that identify the type of event to be handled
Note
Different node and server will have different set of type of events.
bool WireTapNodeEvent::operator== ( const WireTapNodeEvent ) const

The documentation for this class was generated from the following file: