C
BOOL SNMPGetExactIndex( SNMP_ID var, SNMP_INDEX index );
Description
This is a callback function called by SNMP module. SNMP user must implement this function in user application and provide appropriate data when called. This function will only be called for OID variable of type sequence.
Preconditions
None
Parameters
Parameters |
Description |
var |
Variable id as per mib.h (input) |
index |
Index of variable (input) |
Return Values
Return Values |
Description |
TRUE |
If the exact index value exists for given variable at given index. |
FALSE |
Otherwise. |
Remarks
Only sequence index needs to be handled in this function.