Data Fields | |
oval_subtype_t | subtype |
oval_message_level_t | message_level |
char * | id |
char * | message |
struct oval_collection * | items |
oval_syschar_status_t | status |
Related Functions | |
(Note that these are not member functions.) | |
oval_subtype_t | oval_sysdata_get_subtype (struct oval_sysdata *) |
Get system data subtype. | |
char * | oval_sysdata_get_id (struct oval_sysdata *) |
Get system data ID. | |
oval_syschar_status_t | oval_sysdata_get_status (struct oval_sysdata *) |
Get system data status. | |
struct oval_sysitem_iterator * | oval_sysdata_get_items (struct oval_sysdata *) |
Get system data individual items. | |
char * | oval_sysdata_get_message (struct oval_sysdata *) |
Get system data message. | |
oval_message_level_t | oval_sysdata_get_message_level (struct oval_sysdata *) |
Get system data message level. |