SNMP++  3.3.4
Snmp::V3CallBackData Struct Reference

Internal used callback data structure for async v3 requests. More...

#include <uxsnmp.h>

Collaboration diagram for Snmp::V3CallBackData:

Public Attributes

Pdupdu
 The Pdu that was sent. More...
 
long int non_reps
 For GET-BULK requests. More...
 
long int max_reps
 For GET-BULK requests. More...
 
SnmpTargettarget
 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...
 

Detailed Description

Internal used callback data structure for async v3 requests.

Definition at line 616 of file uxsnmp.h.

Member Data Documentation

const void* Snmp::V3CallBackData::cbd

User callback data.

Definition at line 623 of file uxsnmp.h.

long int Snmp::V3CallBackData::max_reps

For GET-BULK requests.

Definition at line 620 of file uxsnmp.h.

long int Snmp::V3CallBackData::non_reps

For GET-BULK requests.

Definition at line 619 of file uxsnmp.h.

snmp_callback Snmp::V3CallBackData::oldCallback

User callback function.

Definition at line 622 of file uxsnmp.h.

Pdu* Snmp::V3CallBackData::pdu

The Pdu that was sent.

Definition at line 618 of file uxsnmp.h.

int Snmp::V3CallBackData::reports_received

How many reports are already received.

Definition at line 624 of file uxsnmp.h.

SnmpTarget* Snmp::V3CallBackData::target

Pointer to the Target object to use.

Definition at line 621 of file uxsnmp.h.


The documentation for this struct was generated from the following file: