Searched refs:byte1 (Results 1 – 1 of 1) sorted by relevance
269 byte byte1 = (byte) (responseData[3] & 0xFF); in getSupportedPIDs()274 basePid, byte0, byte1, byte2, byte3)); in getSupportedPIDs()276 FourByteBitSet fourByteBitSet = new FourByteBitSet(byte0, byte1, byte2, byte3); in getSupportedPIDs()306 int byte1 = source.consume(); in getDiagnosticTroubleCode() local311 int thirdDigitMask = (byte1 & 0xF0) >> 4; in getDiagnosticTroubleCode()312 int fourthDigitMask = (byte1 & 0x0F); in getDiagnosticTroubleCode()