More snmp_traps.c documentation fixes

This commit is contained in:
Dirk Ziegelmeier 2018-11-08 08:35:39 +01:00
parent 98e31f7ba6
commit 7869d7c5f7

View File

@ -426,7 +426,7 @@ snmp_send_trap_or_notification_or_inform_generic(struct snmp_msg_trap *trap_msg,
* @ingroup snmp_traps * @ingroup snmp_traps
* This function is a wrapper function for preparing and sending generic or specific traps. * This function is a wrapper function for preparing and sending generic or specific traps.
* *
* @param eoid points to enterprise object identifier * @param oid points to enterprise object identifier
* @param generic_trap is the trap code * @param generic_trap is the trap code
* @param specific_trap used for enterprise traps when generic_trap == 6 * @param specific_trap used for enterprise traps when generic_trap == 6
* @param varbinds linked list of varbinds to be sent * @param varbinds linked list of varbinds to be sent