|  | yumapro
    25.10-1
    YumaPro SDK | 
Notification interface for net-snmp agent for SNMP support. More...

| Functions | |
| void | agt_ypsnmp_not_init (void) | 
| Initialize the agt_ypsnmp_not module.  More... | |
| void | agt_ypsnmp_not_cleanup (void) | 
| cleanup the agt_ypsnmp_not module  More... | |
| status_t | agt_ypsnmp_not_send (netsnmp_pdu *pdu) | 
| Send a notification.  More... | |
Notification interface for net-snmp agent for SNMP support.
Requires WITH_SNMP=1 in build and –with-snmp=true CLI parameter at runtime.
| void agt_ypsnmp_not_cleanup | ( | void | ) | 
cleanup the agt_ypsnmp_not module
Only present if WITH_SNMP=1.

| void agt_ypsnmp_not_init | ( | void | ) | 
Initialize the agt_ypsnmp_not module.
Only present if WITH_SNMP=1.

| status_t agt_ypsnmp_not_send | ( | netsnmp_pdu * | pdu | ) | 
Send a notification.
Checks if the specified pdu meets the access requirements Only present if WITH_SNMP=1.
| pdu | snmp pdu | 
