I2cServer.Transport.write_read

You're seeing just the callback write_read, go back to I2cServer.Transport module for more information.
Link to this callback

write_read(reference, bus_address, iodata, pos_integer)

View Source

Specs

write_read(reference(), bus_address(), iodata(), pos_integer()) ::
  {:ok, binary()} | {:error, any()}