|
SNMP++
3.3.11
|
Internal used callback data structure for async v3 requests. More...
#include <uxsnmp.h>

Public Attributes | |
| Pdu * | pdu |
| The Pdu that was sent. More... | |
| long int | non_reps |
| For GET-BULK requests. More... | |
| long int | max_reps |
| For GET-BULK requests. More... | |
| SnmpTarget * | target |
| Pointer to the Target object to use. More... | |
| snmp_callback | oldCallback |
| User callback function. More... | |
| const void * | cbd |
| User callback data. More... | |
| int | reports_received |
| How many reports are already received. More... | |
Internal used callback data structure for async v3 requests.
| long int Snmp::V3CallBackData::max_reps |
| long int Snmp::V3CallBackData::non_reps |
| snmp_callback Snmp::V3CallBackData::oldCallback |
| int Snmp::V3CallBackData::reports_received |
| SnmpTarget* Snmp::V3CallBackData::target |