#include <snmp_notification_mib.h>
Public Member Functions | |
snmpNotifyFilterEntry () | |
virtual | ~snmpNotifyFilterEntry () |
Static Public Member Functions | |
static boolean | passes_filter (const Oidx &, const Oidx &, const Vbx *, unsigned int) |
Checks whether an object identifier passes the notification filter specified by the given profile name (a pointer into the snmpNotifyFilterTable). | |
Static Public Attributes | |
static snmpNotifyFilterEntry * | instance |
"An element of a filter profile.
Entries in the snmpNotifyFilterTable are created and deleted using the snmpNotifyFilterRowStatus object."
snmpNotifyFilterEntry::snmpNotifyFilterEntry | ( | ) |
virtual snmpNotifyFilterEntry::~snmpNotifyFilterEntry | ( | ) | [virtual] |
static boolean snmpNotifyFilterEntry::passes_filter | ( | const Oidx & | , | |
const Oidx & | , | |||
const Vbx * | , | |||
unsigned | int | |||
) | [static] |
Checks whether an object identifier passes the notification filter specified by the given profile name (a pointer into the snmpNotifyFilterTable).
target | an object identifier representing an index value of the snmpTargetParamsTable. | |
oid | an object identifier to check. | |
vbs | an array of Vbx instances whose OIDs should be checked. | |
vb_count | the number of the above variable bindings. |