IsValidPDU Function

Microchip TCP/IP Stack

Microchip TCP/IP Stack Help
IsValidPDU Function
C
static BOOL IsValidPDU(
    SNMP_ACTION* pdu
);
Description

This routine populates and verifies for the received snmp request pdu type.

Preconditions

ProcessHeader() is called.

Parameters
Parameters 
Description 
val 
Pointer to memory where received snmp request type is stored. 
Return Values
Return Values 
Description 
TRUE 
If this snmp request can be processed by the agent. 
FALSE 
If the request can not be processed. 
Remarks

None.

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