SNMP++  3.3.11
variable_list Struct Reference

#include <asn1.h>

Collaboration diagram for variable_list:

Public Attributes

struct variable_listnext_variable
 
oidname
 
int name_length
 
unsigned char type
 
union {
   long *   integer
 
   unsigned char *   string
 
   oid *   objid
 
   unsigned char *   bitstring
 
   struct counter64 *   counter64
 
val
 
int val_len
 

Detailed Description

Definition at line 158 of file asn1.h.

Member Data Documentation

◆ bitstring

unsigned char* variable_list::bitstring

Definition at line 167 of file asn1.h.

◆ counter64

struct counter64* variable_list::counter64

Definition at line 168 of file asn1.h.

◆ integer

long* variable_list::integer

Definition at line 164 of file asn1.h.

◆ name

oid* variable_list::name

Definition at line 160 of file asn1.h.

◆ name_length

int variable_list::name_length

Definition at line 161 of file asn1.h.

◆ next_variable

struct variable_list* variable_list::next_variable

Definition at line 159 of file asn1.h.

◆ objid

oid* variable_list::objid

Definition at line 166 of file asn1.h.

◆ string

unsigned char* variable_list::string

Definition at line 165 of file asn1.h.

◆ type

unsigned char variable_list::type

Definition at line 162 of file asn1.h.

◆ val

union { ... } variable_list::val

◆ val_len

int variable_list::val_len

Definition at line 170 of file asn1.h.


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