The sSNMP_CONFIG structure contains
information about the SNMP notification parameters.
typedef struct
_SNMP_CONFIG { BYTE ip[3][4]; WORD port[3]; BYTE community[16]; BYTE contact[32]; BYTE location[32]; BYTE name[32]; DWORD eventlevel; BYTE reserved[2]; }sSNMP_CONFIG,
*pSNMP_CONFIG; |
ip
The SNMP manager's IP
port
The SNMP manager's UDP port number for SNMP traps
community
The SNMP community string
contact
The SNMP contact string.
location
The SNMP location string
name
The SNMP name string
eventlevel
The event level for notification
reserved
Reserved
Requirements
Header |
arclib.h |
Include |
arclib.h |
See Also