ArduinoModbus - client.write()

Description

Set the values of a write operation started by beginTransmission(…).

Syntax

int write(unsigned int value);

Parameters

  • value - value to write

Returns

1 on success, 0 on failure