Greenbone Vulnerability Management Libraries 22.8.0
nvtpref Struct Reference

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

Collaboration diagram for nvtpref:
Collaboration graph

Data Fields

int id
 Preference ID.
 
gchar * type
 Preference type.
 
gchar * name
 Name of the preference.
 
gchar * dflt
 Default value of the preference.
 

Detailed Description

The structure for a preference of a NVT.

Definition at line 476 of file nvti.c.

Field Documentation

◆ dflt

gchar* nvtpref::dflt

Default value of the preference.

Definition at line 481 of file nvti.c.

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

◆ id

int nvtpref::id

Preference ID.

Definition at line 478 of file nvti.c.

Referenced by nvtpref_id(), and nvtpref_new().

◆ name

gchar* nvtpref::name

Name of the preference.

Definition at line 480 of file nvti.c.

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

◆ type

gchar* nvtpref::type

Preference type.

Definition at line 479 of file nvti.c.

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


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