Greenbone Vulnerability Management Libraries 22.32.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 440 of file nvti.c.

Field Documentation

◆ dflt

gchar* nvtpref::dflt

Default value of the preference.

Definition at line 445 of file nvti.c.

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

◆ id

int nvtpref::id

Preference ID.

Definition at line 442 of file nvti.c.

Referenced by nvtpref_id(), and nvtpref_new().

◆ name

gchar* nvtpref::name

Name of the preference.

Definition at line 444 of file nvti.c.

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

◆ type

gchar* nvtpref::type

Preference type.

Definition at line 443 of file nvti.c.

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


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