Fix comments in new SNMP code

This commit is contained in:
Dirk Ziegelmeier 2018-11-07 21:21:23 +01:00
parent 2e9c60b410
commit 0e3bc53432

View File

@ -880,8 +880,10 @@ snmp_send_inform_generic(s32_t generic_trap, struct snmp_varbind *varbinds, s32_
/** /**
* @ingroup snmp_traps * @ingroup snmp_traps
* Wrapper function for sending informs * Generic function for sending informs
* @param specific_trap will be appended to enterprise oid [see RFC 3584] * @param oid points to object identifier
* @param generic_trap is the trap code
* @param specific_trap used for enterprise traps when generic_trap == 6
* @param varbinds linked list of varbinds (at the beginning of this list function will insert 2 special purpose varbinds [see RFC 3584]) * @param varbinds linked list of varbinds (at the beginning of this list function will insert 2 special purpose varbinds [see RFC 3584])
* @param ptr_request_id[out] variable in which to store request_id needed to verify acknowledgement * @param ptr_request_id[out] variable in which to store request_id needed to verify acknowledgement
* @return ERR_OK if successful * @return ERR_OK if successful