Uses of Class
org.harctoolbox.irp.Protocol.ProtocolNotDecodableException
-
Uses of Protocol.ProtocolNotDecodableException in org.harctoolbox.irp
Modifier and TypeMethodDescriptionThis version overrides a version inProtocol
.NamedProtocol.recognize
(IrSignal irSignal, Decoder.DecoderParameters params) NamedProtocol.recognize
(ModulatedIrSequence irSequence, int beginPos, Decoder.DecoderParameters userSuppliedDecoderParameters) Tries to match the ModulatedIrSequence in the argument, if match, return the matching parameters.Protocol.recognize
(IrSignal irSignal, boolean strict, double frequencyTolerance, double absoluteTolerance, double relativeTolerance, double minimumLeadout) Tries to match the IrSignal in the argument.If it matches, return the matching parametewith the found parameters with their actual values.If no match, throws a SignalRecognitionException.Protocol.recognize
(IrSignal irSignal, Decoder.DecoderParameters parameters)