MCPcopy Create free account
hub / github.com/MaxBelkov/visualsyslog / Trap

Method Trap

sourcecommon/MibAccess.cpp:71–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71BOOL MibExtLoad::Trap(AsnObjectIdentifier *enterprise, AsnInteger *genericTrap,
72 AsnInteger *specificTrap, AsnTimeticks *timeStamp,
73 RFC1157VarBindList *variableBindings)
74{
75 if(m_hInst && m_Trap)
76 return m_Trap(enterprise, genericTrap,specificTrap, timeStamp, variableBindings);
77
78 return FALSE;
79}
80
81MibII::MibII():MibExtLoad("inetmib1.dll")
82{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected