Snmpv3IsValidInt Function

Microchip TCP/IP Stack

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

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