readBytes abstract method

int readBytes(
  1. List<int> values
)

Read values.length # of bytes from the device (no register) into values where the values.length is between 1 and 32 inclusive. Return the # of bytes read.

Implementation

int readBytes(List<int> values);