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 voidAbstractDecoder.saveParameter(AbstractDecoder.ParameterData parameterData, List<IrStreamItem> items, BitDirection bitDirection) protected voidAbstractDecoder.saveParameter(AbstractDecoder.ParameterData parameterData, List<IrStreamItem> items, BitDirection bitDirection, boolean complement) protected voidAbstractDecoder.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 BitDirectionBitDirection.newBitDirection(boolean reverse) static BitDirectionReturns 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.