C
struct dispathcerReturnResponsePdu { BYTE messageProcessingModel; BYTE securityModel; BYTE* securityName; BYTE securityLevel; BYTE* contextEngineID; BYTE* contextName; BYTE pduVersion; BYTE* PDU; UINT32 maxSizeResponseScopedPDU; UINT32 stateReference; statusInformation statInfo; };
Description
Generate Outgoing Response
The PDU Dispatcher provides the following primitive for an application to return an SNMP Response PDU to the PDU Dispatcher:
result = SUCCESS or FAILURE
Members
Members |
Description |
BYTE messageProcessingModel; |
typically, SNMP version |
BYTE securityModel; |
Security Model in use |
BYTE* securityName; |
on behalf of this principal |
BYTE securityLevel; |
same as on incoming request |
BYTE* contextEngineID; |
data from/at this SNMP entity |
BYTE* contextName; |
data from/in this context |
BYTE pduVersion; |
the version of the PDU |
BYTE* PDU; |
SNMP Protocol Data Unit |
UINT32 maxSizeResponseScopedPDU; |
maximum size sender can accept |
UINT32 stateReference; |
reference to state information as presented with the request |
statusInformation statInfo; |
success or errorIndication, error counter OID/value if error |