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.
values
int readBytes(List<int> values);