C
BOOL Snmpv3IsValidInt( DWORD* val );
Description
This routine populates and validates the received variable for the data type as "ASN_INT" and the data length for max 4 bytes. This rotuine only refers to the incoming snmpv3 request dynamically allocated memory buffer 'gSNMPv3ScopedPduRequestBuf' .
Preconditions
None
Parameters
Parameters |
Description |
val |
Pointer to memory where int var value will be stored. |
ReturnValues |
TRUE - If valid integer type and value is received. |
FALSE |
Other than integer data type and value received . |
Remarks
None.