NetBurner 3.5.7
PDF Version
simplesnmp/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. */
11
void
SendTestTrap();
12
13
#endif
/* TRAP_H_ */