GetOIDStringByAddr Function

Microchip TCP/IP Stack

Microchip TCP/IP Stack Help
GetOIDStringByAddr Function
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.

Microchip TCP/IP Stack 5.42.08 - June 15, 2013
Copyright © 2012 Microchip Technology, Inc.  All rights reserved.