Begin the process of a writing multiple coils or holding registers. Use write(value) to set the values you want to send, and endTransmission() to send request on the wire.
int beginTransmission(int type, int address, int nb);
int beginTransmission(int id, int type, int address, int nb);
1 on success, 0 on failure