Function
FwupdPluginFirmwarestrparse_uint4_safe
Declaration [src]
gboolean
fu_firmware_strparse_uint4_safe (
const gchar* data,
gsize datasz,
gsize offset,
guint8* value,
GError** error
)
Description [src]
Parses a base 16 number from a string of 1 character in length.
The returned value
will range from 0 to 0xf.
Available since: | 1.5.6 |
Parameters
data |
const gchar* |
Destination buffer. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
datasz |
gsize |
Size of |
|
offset |
gsize |
Offset in chars into |
|
value |
guint8* |
Parsed value. |
|
The argument will be set by the function. | |
error |
GError ** |
The return location for a GError* , or NULL . |