SNMP_NOTIFY_INFO Structure

Microchip TCP/IP Stack

Microchip TCP/IP Stack Help
SNMP_NOTIFY_INFO Structure
C
typedef struct {
  char community[NOTIFY_COMMUNITY_LEN];
  BYTE communityLen;
  SNMP_ID agentIDVar;
  BYTE notificationCode;
  UDP_SOCKET socket;
  DWORD_VAL timestamp;
  SNMP_ID trapIDVar;
} SNMP_NOTIFY_INFO;
Members
Members 
Description 
char community[NOTIFY_COMMUNITY_LEN]; 
Community name array 
BYTE communityLen; 
Community name length 
SNMP_ID agentIDVar; 
Agent id for trap identification 
BYTE notificationCode; 
Trap notification code 
UDP_SOCKET socket; 
Udp socket number 
DWORD_VAL timestamp; 
Time stamp for trap 
SNMP_ID trapIDVar; 
SNMPV2 specific trap 
Microchip TCP/IP Stack 5.42.08 - June 15, 2013
Copyright © 2012 Microchip Technology, Inc.  All rights reserved.