Oval_value get methods. More...
Functions | |
| bool | oval_value_is_locked (struct oval_value *value) |
| return true if the value instance is locked. | |
| oval_datatype_t | oval_value_get_datatype (struct oval_value *) |
| Get OVAL value datatype. | |
| char * | oval_value_get_text (struct oval_value *) |
| Get OVAL value as a text. | |
| unsigned char * | oval_value_get_binary (struct oval_value *) |
| Get OVAL value as a piece of raw binary data. | |
| bool | oval_value_get_boolean (struct oval_value *) |
| Get OVAL value as a boolean. | |
| float | oval_value_get_float (struct oval_value *) |
| Get OVAL value as a floating point number. | |
| long | oval_value_get_integer (struct oval_value *) |
| Get OVAL value as an integer. | |
Oval_value get methods.
| bool oval_value_is_locked | ( | struct oval_value * | value | ) |
return true if the value instance is locked.
The state of a locked instance cannot be changed.
1.6.1