I2C sending several bytes from Attiny84 to Atmega1284

for (int i = 0; i <= 8; i++) TinyWireS.send(sendData[i]);

The library example uses this form.