|
SNMP++
3.3.4
|
#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 99 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 110 of file notifyqueue.h.
|
inline |
Definition at line 107 of file notifyqueue.h.
| int CNotifyEvent::notify_filter | ( | const Oid & | trapid, |
| SnmpTarget & | target | ||
| ) | const |
|
protected |
Definition at line 111 of file notifyqueue.h.
|
protected |
Definition at line 116 of file notifyqueue.h.
|
protected |
Definition at line 115 of file notifyqueue.h.