- UeiLearned - Class in com.hifiremote.exchangeir
-
This class is a translation of the MakeUEILearned function in Graham Dixon's ("mathdon") C++ library ExchangeIR.
- UeiLearned(int[], int, int, int, int[][], int) - Constructor for class com.hifiremote.exchangeir.UeiLearned
-
This constructor builds a UEI learned signal from the arguments, which contains timing data.
- UeiLearned(int[], int, int) - Constructor for class com.hifiremote.exchangeir.UeiLearned
-
This version of the constructor takes only the time arguments,
and invokes RepeatFinder and Analyzer to determine where start-, repeat-, and end-sequences reside.
- UeiLearned(int[], int, int, int, int, int, int) - Constructor for class com.hifiremote.exchangeir.UeiLearned
-
This version of the constructor invokes Analyze to determine bursts etc.
- UeiLearnedImporter - Class in com.hifiremote.exchangeir
-
This class is a translation of the ReadUEILearned function in Graham Dixon's
("mathdon") C++ library ExchangeIR.
- UeiLearnedImporter(String) - Constructor for class com.hifiremote.exchangeir.UeiLearnedImporter
-
Parses its argument which is assumed to contain hexadecimal data.
- UeiLearnedImporter(int[]) - Constructor for class com.hifiremote.exchangeir.UeiLearnedImporter
-
Imports a UEI learned signal.