dessert_agentx_appparams Struct Reference
[net-snmp & AgentX]

An abstract data type representing some parameter. More...

#include <dessert.h>

Collaboration diagram for dessert_agentx_appparams:

Data Fields

struct dessert_agentx_appparamsprev
 Internal.
struct dessert_agentx_appparamsnext
 Internal.
uint8_t index
 Internal.
char name [256]
 The name of the datum.
char desc [256]
 A description of the datum.
int value_type
 The type of the parameter.
union {
   uint8_t   bool
 A boolean.
   int32_t   int32
 A 32bit signed integer.
   uint32_t   uint32
 A 32bit unsigned integer.
   struct {
      uint16_t   octetstring_len
 The length of the octetstring field.
      char *   octetstring
 Character pointer to some raw bytes.
   } 
}; 

Detailed Description

An abstract data type representing some parameter.


Field Documentation

A boolean.

See also:
For valid values please refer to:
DESSERT_APPPARAMS_BOOL_TRUE
DESSERT_APPPARAMS_BOOL_FALSE

A 32bit signed integer.

The name of the datum.

Character pointer to some raw bytes.

The length of the octetstring field.

A 32bit unsigned integer.


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