SNMP++  3.3.4
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 157 of file asn1.h.

Member Data Documentation

unsigned char* variable_list::bitstring

Definition at line 166 of file asn1.h.

struct counter64* variable_list::counter64

Definition at line 167 of file asn1.h.

long* variable_list::integer

Definition at line 163 of file asn1.h.

oid* variable_list::name

Definition at line 159 of file asn1.h.

int variable_list::name_length

Definition at line 160 of file asn1.h.

struct variable_list* variable_list::next_variable

Definition at line 158 of file asn1.h.

oid* variable_list::objid

Definition at line 165 of file asn1.h.

unsigned char* variable_list::string

Definition at line 164 of file asn1.h.

unsigned char variable_list::type

Definition at line 161 of file asn1.h.

union { ... } variable_list::val
int variable_list::val_len

Definition at line 169 of file asn1.h.


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