C
struct dispatcherProcessPdu { BYTE messageProcessingModel; BYTE securityModel; BYTE* securityName; BYTE securityLevel; BYTE* contextEngineID; BYTE* contextName; BYTE pduVersion; BYTE* PDU; DWORD_VAL maxSizeResponseScopedPDU; UINT32 stateReference; };
Description
Process Incoming Request or Notification PDU
Dispatcher provides the following primitive to pass an incoming snmp pdu to an application.
Members
Members |
Description |
BYTE messageProcessingModel; |
typically, SNMP version |
BYTE securityModel; |
Security Model in use |
BYTE* securityName; |
on behalf of this principal |
BYTE securityLevel; |
Level of Security |
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 |
DWORD_VAL maxSizeResponseScopedPDU; |
maximum size of the Response PDU |
UINT32 stateReference; |
reference to state information needed when sending a response |