SNMPSetTrapsIpaddr

HelloI try “nasnmpd” example, it works ok. But in file “root.c” I see SNMPSetTrapsIpaddr() call, and I don’t find declaration or define … Where is it? what usage about it? and what is parameters? thanks

The API is not documented in the Net+OS API Reference because it is part of the stack. The text below is clipped from the header for the function. I hope this helps. param option: Action this API does: add or delete trap ip address param traptype: Type of trap the ip address(es) associate with param ipaddr: Point to an array of ip addresses to send this trap to, the ip address is in “xxx.xxx.xxx.xxx” format Alden