SNMP++  3.3.11
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 623 of file uxsnmp.h.

Member Data Documentation

◆ cbd

const void* Snmp::V3CallBackData::cbd

User callback data.

Definition at line 630 of file uxsnmp.h.

◆ max_reps

long int Snmp::V3CallBackData::max_reps

For GET-BULK requests.

Definition at line 627 of file uxsnmp.h.

◆ non_reps

long int Snmp::V3CallBackData::non_reps

For GET-BULK requests.

Definition at line 626 of file uxsnmp.h.

◆ oldCallback

snmp_callback Snmp::V3CallBackData::oldCallback

User callback function.

Definition at line 629 of file uxsnmp.h.

◆ pdu

Pdu* Snmp::V3CallBackData::pdu

The Pdu that was sent.

Definition at line 625 of file uxsnmp.h.

◆ reports_received

int Snmp::V3CallBackData::reports_received

How many reports are already received.

Definition at line 631 of file uxsnmp.h.

◆ target

SnmpTarget* Snmp::V3CallBackData::target

Pointer to the Target object to use.

Definition at line 628 of file uxsnmp.h.


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