Method
FwupdPluginHeciDevicearbh_svn_get_info
Declaration [src]
gboolean
fu_heci_device_arbh_svn_get_info (
FuHeciDevice* self,
guint8 usage_id,
guint8* executing,
guint8* min_allowed,
GError** error
)
Parameters
usage_id |
guint8 |
Usage ID, e.g. |
|
executing |
guint8* |
Currently executing SVN. |
|
| The argument will be set by the function. | |
The argument can be set to NULL. | |
min_allowed |
guint8* |
Minimal allowed SVN. |
|
| The argument will be set by the function. | |
The argument can be set to NULL. | |
error |
GError ** |
The return location for a GError*, or NULL. |