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 |