Method

FwupdPluginI2cDevicewrite

Declaration [src]

gboolean
fu_i2c_device_write (
  FuI2cDevice* self,
  guint8 data,
  GError** error
)

Description [src]

Write a single byte to the I²C device.

Available since:1.6.1

Parameters

data guint8
 

Value.

error GError **
  The return location for a GError*, or NULL.

Return value

Returns: gboolean
 

TRUE for success.