yumapro  23.10T-7
YumaPro SDK
Loading...
Searching...
No Matches
Notifications

Notification interface for net-snmp agent for SNMP support. More...

Collaboration diagram for Notifications:

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...
 

Detailed Description

Notification interface for net-snmp agent for SNMP support.

Requires WITH_SNMP=1 in build and –with-snmp=true CLI parameter at runtime.

Function Documentation

◆ agt_ypsnmp_not_cleanup()

void agt_ypsnmp_not_cleanup ( void  )

cleanup the agt_ypsnmp_not module

Only present if WITH_SNMP=1.

Here is the caller graph for this function:

◆ agt_ypsnmp_not_init()

void agt_ypsnmp_not_init ( void  )

Initialize the agt_ypsnmp_not module.

Only present if WITH_SNMP=1.

Here is the caller graph for this function:

◆ agt_ypsnmp_not_send()

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.

Parameters
pdusnmp pdu
Returns
status
Here is the caller graph for this function: