C
void Snmpv3ReportPdu( SNMPV3MSGDATA * dynScopedBufPtr );
Description
The SNMPv3 PDU exchange starts with the agent sending a report pdu on reception of any Get_Request PDU for SNMPv3 request. This routine froms the report pdu for response to the requesting entity.
Preconditions
ProcessVariables() is called and a valid SNMPv3 request is received.
Parameters
Parameters |
Description |
dynScopedBufPtr |
pointer to the response buffer memory where the 'report' response to be savced for transmission. |
Remarks
None.