#include "snmp_pp/reentrant.h"
#include "snmp_pp/target.h"
#include "snmp_pp/oid.h"
#include "snmp_pp/address.h"
Go to the source code of this file.
Compounds | |
| class | Snmp |
| SNMP class defintion. More... | |
| struct | Snmp::V3CallBackData |
| Internal used callback data structure for async v3 requests. More... | |
Defines | |
| #define | SNMP_PP_WITH_UDPADDR |
| #define | MAXNAME 80 |
| #define | MAX_ADDR_LEN 10 |
| #define | SNMP_SHUTDOWN_MSG 0x0400+177 |
| #define | INVALID_SOCKET ((SNMPHANDLE)(~0)) |
| #define | sNMP_PDU_GET_ASYNC 21 |
| #define | sNMP_PDU_GETNEXT_ASYNC 22 |
| #define | sNMP_PDU_SET_ASYNC 23 |
| #define | sNMP_PDU_GETBULK_ASYNC 24 |
| #define | sNMP_PDU_INFORM_ASYNC 25 |
| #define | IP_NOTIFY 162 |
| #define | IPX_NOTIFY 0x2121 |
Typedefs | |
| typedef void(* | snmp_callback )(int reason, Snmp *session, Pdu &pdu, SnmpTarget &target, void *data) |
| Async methods of the class Snmp require the caller to provide a callback address of a function with this typedef. | |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Async methods of the class Snmp require the caller to provide a callback address of a function with this typedef.
Definition at line 84 of file uxsnmp.h. Referenced by Snmp::get_notify_callback(). |
1.3.2