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.