Method
FwupdPluginUdevDevicewrite_sysfs
Declaration [src]
gboolean
fu_udev_device_write_sysfs (
FuUdevDevice* self,
const gchar* attribute,
const gchar* val,
GError** error
)
Parameters
attribute |
const gchar* |
Sysfs attribute name. |
|
The data is owned by the caller of the function. | |
The string is a NUL terminated UTF-8 string. | |
val |
const gchar* |
Data to write into the attribute. |
|
The data is owned by the caller of the function. | |
The string is a NUL terminated UTF-8 string. | |
error |
GError ** |
The return location for a GError* , or NULL . |