SecuritySysProcessIncomingMsg Structure

Microchip TCP/IP Stack

Microchip TCP/IP Stack Help
SecuritySysProcessIncomingMsg Structure
C
typedef struct {
  UINT32 maxMessageSize;
  UINT32 wholeMsgLength;
  BYTE* wholeMsg;
  BYTE* securityEngineID;
  BYTE* securityName;
  BYTE* scopedPDU;
  UINT32 maxSizeResponseScopedPDU;
  BYTE messageProcessingModel;
  BYTE securityModel;
  BYTE securityLevel;
  UINT8 securityEngineIDLen;
  BYTE securityNameLength;
} SecuritySysProcessIncomingMsg;
Description

This is type SecuritySysProcessIncomingMsg.

Members
Members 
Description 
UINT32 maxMessageSize; 
of the sending SNMP entity IN securityParameters; //for the received message 
UINT32 wholeMsgLength; 
length as received on the wire 
BYTE* wholeMsg; 
as received on the wire 
BYTE* securityEngineID; 
authoritative SNMP entity 
BYTE* securityName; 
identification of the principal 
BYTE* scopedPDU; 
message (plaintext) payload OUT securityStateReference; //reference to security state 
UINT32 maxSizeResponseScopedPDU; 
maximum size sender can handle 
BYTE messageProcessingModel; 
typically, SNMP version 
BYTE securityModel; 
for the received message 
BYTE securityLevel; 
Level of Security 
UINT8 securityEngineIDLen; 
authoritative SNMP entity 
Microchip TCP/IP Stack 5.42.08 - June 15, 2013
Copyright © 2012 Microchip Technology, Inc.  All rights reserved.