Searched refs:byte0 (Results 1 – 1 of 1) sorted by relevance
268 byte byte0 = (byte) (responseData[2] & 0xFF); in getSupportedPIDs()274 basePid, byte0, byte1, byte2, byte3)); in getSupportedPIDs()276 FourByteBitSet fourByteBitSet = new FourByteBitSet(byte0, byte1, byte2, byte3); in getSupportedPIDs()305 int byte0 = source.consume(); in getDiagnosticTroubleCode() local308 int componentMask = (byte0 & 0xC0) >> 6; in getDiagnosticTroubleCode()309 int firstDigitMask = (byte0 & 0x30) >> 4; in getDiagnosticTroubleCode()310 int secondDigitMask = (byte0 & 0x0F); in getDiagnosticTroubleCode()