|
AGENT++
4.0.3
|
The abstract class NotificationType defines the interface for all classes implementing a NOTIFICATION-TYPE or TRAP-TYPE SMI construct. More...
#include <mib.h>
Public Member Functions | |
| NotificationType () | |
| Default constructor. | |
| virtual | ~NotificationType () |
| Destructor. | |
| virtual int | notify (const NS_SNMP OctetStr &, Vbx *, int)=0 |
| Send a notification. | |
The abstract class NotificationType defines the interface for all classes implementing a NOTIFICATION-TYPE or TRAP-TYPE SMI construct.
Typically a NotificationType uses a NotificationSender to send a notification, trap, or inform request.
|
inline |
Default constructor.
|
inlinevirtual |
Destructor.
Send a notification.
| context | the context originating the notification ("" for the default context). |
| vbs | an array of variable bindings that have to contain at least instances for those objects specified in the NOTIFICATION-TYPE's OBJECTS clause. |
| size | the size of the above variable binding array. |
1.8.2