OpenVAS Libraries  9.0.3
nvtpref Struct Reference

The structure for a preference of a NVT. More...

#include <nvti.h>

Collaboration diagram for nvtpref:
Collaboration graph

Data Fields

gchar * type
 Preference type. More...
 
gchar * name
 Name of the preference. More...
 
gchar * dflt
 Default value of the preference. More...
 

Detailed Description

The structure for a preference of a NVT.

The elements of this structure should never be accessed directly. Only the functions corresponding to this module should be used.

Definition at line 45 of file nvti.h.

Field Documentation

◆ dflt

gchar* nvtpref::dflt

Default value of the preference.

Definition at line 49 of file nvti.h.

Referenced by nvtpref_default(), nvtpref_free(), and nvtpref_new().

◆ name

gchar* nvtpref::name

Name of the preference.

Definition at line 48 of file nvti.h.

Referenced by nvtpref_free(), nvtpref_name(), and nvtpref_new().

◆ type

gchar* nvtpref::type

Preference type.

Definition at line 47 of file nvti.h.

Referenced by nvtpref_free(), nvtpref_new(), and nvtpref_type().


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