trapVar Struct Reference
#include <snmp_impl.h>
Collaboration diagram for trapVar:

Public Attributes | |
| oid * | varName |
| int | varNameLen |
| u_char | varType |
| int | varLen |
| u_char * | varVal |
| struct trapVar * | next |
Detailed Description
Definition at line 55 of file snmp_impl.h.
Member Data Documentation
◆ next
| struct trapVar* trapVar::next |
Definition at line 61 of file snmp_impl.h.
◆ varLen
| int trapVar::varLen |
Definition at line 59 of file snmp_impl.h.
◆ varName
| oid* trapVar::varName |
Definition at line 56 of file snmp_impl.h.
◆ varNameLen
| int trapVar::varNameLen |
Definition at line 57 of file snmp_impl.h.
◆ varType
| u_char trapVar::varType |
Definition at line 58 of file snmp_impl.h.
◆ varVal
| u_char* trapVar::varVal |
Definition at line 60 of file snmp_impl.h.
The documentation for this struct was generated from the following file:
- include/snmp_impl.h
