write abstract method

void write(
  1. int function,
  2. Uint8List data
)

Write function with data over connector. Will be called from the ModbusClientImpl

Implementation

void write(int function, Uint8List data);