C
BOOL GetOIDStringByAddr( OID_INFO* rec, BYTE* oidString, BYTE* len );
Description
This routine is called when a OID string is required to be searched from MPFS using node address.
Preconditions
None.
Parameters
Parameters |
Description |
rec |
Pointer to SNMP MIB variable object information |
oidString |
Pointer to store the string of OID searched |
len |
Oid length |
Return Values
Return Values |
Description |
TRUE |
If oid string is found. |
FLASE |
Otherwise. |
Remarks
None.