C
static BOOL SNMPCheckIfPvtMibObjRequested( BYTE* OIDValuePtr );
Description
This routine is used to find whether requested object belongs to the private object group of the mib of agent. If yes, then that mib object can be accessed only with private community (supported in SNMPv2c).
Preconditions
ProcessVariables() is called.
Parameters
Parameters |
Description |
OIDValuePtr |
Pointer to memory stored with received OID. |
Return Values
Return Values |
Description |
TRUE |
If the requested object is of private branch of the mib. |
FLASE |
If the requested object is publically accessible. |
Remarks
None.