C
struct SecuritySysGenerateRequestMsg { BYTE messageProcessingModel; BYTE* globalData; UINT32 maxMessageSize; BYTE securityModel; BYTE* securityEngineID; BYTE* securityName; BYTE securityLevel; BYTE* scopedPDU; BYTE* wholeMsg; UINT32 wholeMsgLength; };
Description
This is record SecuritySysGenerateRequestMsg.
Members
Members |
Description |
BYTE messageProcessingModel; |
typically, SNMP version |
BYTE* globalData; |
message header, admin data |
UINT32 maxMessageSize; |
of the sending SNMP entity |
BYTE securityModel; |
for the outgoing message |
BYTE* securityEngineID; |
authoritative SNMP entity |
BYTE* securityName; |
on behalf of this principal |
BYTE securityLevel; |
Level of Security requested |
BYTE* scopedPDU; |
message (plaintext) payload OUT securityParameters; //filled in by Security Module |
BYTE* wholeMsg; |
complete generated message |
UINT32 wholeMsgLength; |
length of the generated message |