SNMP++
3.3.11
|
#include <notifyqueue.h>
Public Member Functions | |
CNotifyEvent (Snmp *snmp, const OidCollection &trapids, const TargetCollection &targets) | |
~CNotifyEvent () | |
Snmp * | GetId () |
int | notify_filter (const Oid &trapid, SnmpTarget &target) const |
int | Callback (SnmpTarget &target, Pdu &pdu, SnmpSocket fd, int status) |
void | get_filter (OidCollection &o, TargetCollection &t) |
Protected Attributes | |
Snmp * | m_snmp |
TargetCollection * | notify_targets |
OidCollection * | notify_ids |
Definition at line 96 of file notifyqueue.h.
CNotifyEvent::CNotifyEvent | ( | Snmp * | snmp, |
const OidCollection & | trapids, | ||
const TargetCollection & | targets | ||
) |
CNotifyEvent::~CNotifyEvent | ( | ) |
int CNotifyEvent::Callback | ( | SnmpTarget & | target, |
Pdu & | pdu, | ||
SnmpSocket | fd, | ||
int | status | ||
) |
|
inline |
Definition at line 107 of file notifyqueue.h.
|
inline |
Definition at line 104 of file notifyqueue.h.
int CNotifyEvent::notify_filter | ( | const Oid & | trapid, |
SnmpTarget & | target | ||
) | const |
|
protected |
Definition at line 108 of file notifyqueue.h.
|
protected |
Definition at line 113 of file notifyqueue.h.
|
protected |
Definition at line 112 of file notifyqueue.h.