C
BYTE _Snmpv3IsValidAuthStructure( WORD* dataLen );
Description
This routine is used to verify whether the received varbind is of type STRUCTURE and to find out the variable binding structure length. This rotuine only refers to the incoming snmpv3 request dynamically allocated memory buffer 'gSnmpV3InPduWholeMsgBuf' .
Preconditions
ProcessHeader() is called.
Parameters
Parameters |
Description |
datalen |
Pointer to memory to store OID structure length. |
Return Values
Return Values |
Description |
headrbytes |
Variable binding length. |
FALSE |
If variable data structure is not type STRUCTURE. |
Remarks
None.