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.