C
static void ReadMIBRecord( DWORD h, OID_INFO* rec );
Description
This routine is called when a OID string is required to be searched from MPFS using node address.
Preconditions
GetOIDStringByID() or GetOIDStringByAddr() is called.
Parameters
|
Parameters |
Description |
|
h |
Node adderess whose oid is to be read. |
|
rec |
Pointer to store SNMP MIB variable object information |
Returns
None.
Remarks
None.