C
struct MsgProcModPrepareResponseMessage { BYTE messageProcessingModel; BYTE securityModel; BYTE* securityName; BYTE securityLevel; BYTE* contextEngineID; BYTE* contextName; BYTE pduVersion; BYTE* PDU; UINT32 maxSizeResponseScopedPDU; UINT32 stateReference; statusInformation statInfo; BYTE destTransportDomain; UINT32 destTransportAddress; BYTE* outgoingMessage; UINT32 outgoingMessageLength; };
Description
Prepare an Outgoing SNMP Response Message
The Message Processing Subsystem provides this service primitive for preparing an outgoing SNMP Response Message: result = -- SUCCESS or FAILURE
Members
|
Members |
Description |
|
BYTE messageProcessingModel; |
typically, SNMP version |
|
BYTE securityModel; |
same as on incoming request |
|
BYTE* securityName; |
same as on incoming request |
|
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 able to accept |
|
UINT32 stateReference; |
reference to state information as presented with the request |
|
statusInformation statInfo; |
success or errorIndication, error counter OID/value if error |
|
BYTE destTransportDomain; |
destination transport domain |
|
UINT32 destTransportAddress; |
destination transport address |
|
BYTE* outgoingMessage; |
the message to send |
|
UINT32 outgoingMessageLength; |
its length |