C
struct dispatcherStatusInfo { BYTE transportDomain; UINT32 transportAddress; BYTE messageProcessingModel; BYTE securityModel; BYTE* securityName; BYTE securityLevel; BYTE* contextEngineID; BYTE* contextName; BYTE pduVersion; BYTE* PDU; BOOL expectResponse; };
Description
Generate Outgoing Request or Notification
statusInformation = -- sendPduHandle if success -- errorIndication if failure
Members
Members |
Description |
BYTE transportDomain; |
transport domain to be used |
UINT32 transportAddress; |
transport address to be used |
BYTE messageProcessingModel; |
typically, SNMP version |
BYTE securityModel; |
Security Model to use |
BYTE* securityName; |
on behalf of this principal |
BYTE securityLevel; |
Level of Security requested |
BYTE* contextEngineID; |
data from/at this entity |
BYTE* contextName; |
data from/in this context |
BYTE pduVersion; |
the version of the PDU |
BYTE* PDU; |
SNMP Protocol Data Unit |
BOOL expectResponse; |
TRUE or FALSE |