Greenbone Vulnerability Management Libraries  11.0.1
nvtpref Struct Reference

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

Collaboration diagram for nvtpref:
Collaboration graph

Data Fields

int id
 Preference ID. More...
 
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.

Definition at line 333 of file nvti.c.

Field Documentation

◆ dflt

gchar* nvtpref::dflt

Default value of the preference.

Definition at line 338 of file nvti.c.

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

◆ id

int nvtpref::id

Preference ID.

Definition at line 335 of file nvti.c.

Referenced by nvtpref_id(), and nvtpref_new().

◆ name

gchar* nvtpref::name

Name of the preference.

Definition at line 337 of file nvti.c.

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

◆ type

gchar* nvtpref::type

Preference type.

Definition at line 336 of file nvti.c.

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


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