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

Method Query

sourcecommon/MibAccess.cpp:62–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62BOOL MibExtLoad::Query(BYTE requestType,OUT RFC1157VarBindList *variableBindings,
63 AsnInteger *errorStatus,AsnInteger *errorIndex)
64{
65 if(m_hInst && m_Query)
66 return m_Query(requestType,variableBindings,errorStatus,errorIndex);
67
68 return FALSE;
69}
70
71BOOL MibExtLoad::Trap(AsnObjectIdentifier *enterprise, AsnInteger *genericTrap,
72 AsnInteger *specificTrap, AsnTimeticks *timeStamp,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected