Wiretap API  <small>Wiretap 2020.1</small>
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::WireTapNodeEvent ( const WireTapNodeId nodeId,
const char *  type,
const WireTapDictionary details = WireTapDictionary() 
)

Member Function Documentation

§ getDetails()

const WireTapDictionary& WireTapNodeEvent::getDetails ( ) const
Returns
extended details about the event.

§ getNodeId()

const WireTapNodeId& WireTapNodeEvent::getNodeId ( ) const

§ getType()

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.

§ operator==()

bool WireTapNodeEvent::operator== ( const WireTapNodeEvent ) const

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