Package hw
Class IO
Public Method getChronometryValue
static int getChronometryValue()
Throws:
_INSERT_METHOD_SIGNATURE_HERE_
Description:
Returns |
Description |
value |
value in us |
This method returns the measured time in microseconds.
Note
- Before the getChronometryValue method can be used the
setChronometry(byte,byte,byte,byte)
method should be called.
- An exception is thrown if this method is called and
the setChronometry is not invoked.
- An exception is thrown if this method is called and
the setChronometryOnOff turns the chronometry off.
- Up to 35 minutes can be measured within the start and stop conditions at once.
Larger measurements leads to undefined return values.
No exception is thrown in that case.
int value = IO.getChronometryValue();
See also:
Copyright © demmel products gmbh. All rights reserved.