ProcessSetVar Function

Microchip TCP/IP Stack

Microchip TCP/IP Stack Help
ProcessSetVar Function
C
BYTE ProcessSetVar(
    PDU_INFO* pduDbPtr, 
    OID_INFO* rec, 
    SNMP_ERR_STATUS* errorStatus
);
Description

This routine processes the received snmp set request pdu for the variable binding in the request and also creates the response pdu.

Preconditions

ProcessVariables() is called.

Parameters
Parameters 
Description 
pduDbPtr 
Received pdu information database pointer 
rec 
Pointer to SNMP MIB variable object information 
errorStatus 
Pointer to update error status info 
Return Values
Return Values 
Description 
copiedBytes 
Number of bytes copied by this routine to the snmp pdu tx buffer. 
Remarks

None.

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