NetBurner 3.5.7
PDF Version
CustomMIB/src/trap.h
1
/*NB_REVISION*/
2
3
/*NB_COPYRIGHT*/
4
5
#ifndef TRAP_H_
6
#define TRAP_H_
7
8
/* Send an enterprise-specific SNMP trap (type 6, specific code 1) to
9
* whatever address is currently configured as the trap destination.
10
* Called from the 'T' command in commands.cpp and from the web POST
11
* handler in web.cpp. */
12
void
SendTestTrap();
13
14
#endif
/* TRAP_H_ */