Uses of Enum Class
org.harctoolbox.irp.BitDirection
Packages that use BitDirection
-
Uses of BitDirection in org.harctoolbox.analyze
Methods in org.harctoolbox.analyze that return BitDirectionMethods in org.harctoolbox.analyze with parameters of type BitDirectionModifier and TypeMethodDescriptionprotected void
AbstractDecoder.saveParameter
(AbstractDecoder.ParameterData parameterData, List<IrStreamItem> items, BitDirection bitDirection) protected void
AbstractDecoder.saveParameter
(AbstractDecoder.ParameterData parameterData, List<IrStreamItem> items, BitDirection bitDirection, boolean complement) protected void
AbstractDecoder.saveParameter
(BitSpec bitSpec, AbstractDecoder.ParameterData parameterData, List<IrStreamItem> items, BitDirection bitDirection, boolean complement) Constructors in org.harctoolbox.analyze with parameters of type BitDirectionModifierConstructorDescriptionAnalyzerParams
(Double frequency, String timeBaseString, BitDirection bitDirection, boolean useExtents, List<Integer> parameterWidths, boolean invert) AnalyzerParams
(Double frequency, String timeBaseString, BitDirection bitDirection, boolean useExtents, List<Integer> parameterWidths, int maxParameterWidth, boolean invert, Burst.Preferences burstPrefs, List<String> parameterNames) -
Uses of BitDirection in org.harctoolbox.irp
Fields in org.harctoolbox.irp declared as BitDirectionMethods in org.harctoolbox.irp that return BitDirectionModifier and TypeMethodDescriptionGeneralSpec.getBitDirection()
Protocol.getBitDirection()
static BitDirection
BitDirection.newBitDirection
(boolean reverse) static BitDirection
Returns the enum constant of this class with the specified name.static BitDirection[]
BitDirection.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.harctoolbox.irp with parameters of type BitDirectionModifierConstructorDescriptionGeneralSpec
(BitDirection bitDirection, Double unit, Double frequency) GeneralSpec
(BitDirection bitDirection, Double unit, Double frequency, Double dutyCycle) This constructor is intended for debugging and testing only.