I2cServer.write_read

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

write_read(server, write_data, read_count)

View Source

Specs

write_read(GenServer.server(), iodata() | integer(), integer()) :: any()

Writes data to an I2C device and then immediately issue a read.