C
BOOL _Snmpv3IsValidInt( UINT8 * wholeMsgPtr, WORD* pos, 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.
Preconditions
None
Parameters
Parameters |
Description |
wholeMsgPtr |
Pointer to memory where int var value is be stored. |
pos |
position in the memory buffer where data taype to be varified is stored |
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.