static int readShort(List<int> buff, int p) { Uint8List a = BinT.uint8; a[1] = buff[p]; a[0] = buff[p + 1]; return BinT.int16[0]; }