SNMP++  3.6.3
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 639 of file uxsnmp.h.

Member Data Documentation

◆ cbd

const void* Snmp::V3CallBackData::cbd

User callback data.

Definition at line 646 of file uxsnmp.h.

◆ max_reps

long int Snmp::V3CallBackData::max_reps

For GET-BULK requests.

Definition at line 643 of file uxsnmp.h.

◆ non_reps

long int Snmp::V3CallBackData::non_reps

For GET-BULK requests.

Definition at line 642 of file uxsnmp.h.

◆ oldCallback

snmp_callback Snmp::V3CallBackData::oldCallback

User callback function.

Definition at line 645 of file uxsnmp.h.

◆ pdu

Pdu* Snmp::V3CallBackData::pdu

The Pdu that was sent.

Definition at line 641 of file uxsnmp.h.

◆ reports_received

int Snmp::V3CallBackData::reports_received

How many reports are already received.

Definition at line 647 of file uxsnmp.h.

◆ target

SnmpTarget* Snmp::V3CallBackData::target

Pointer to the Target object to use.

Definition at line 644 of file uxsnmp.h.


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