Interface Command.CommandTextFormat

Enclosing class:
Command

public static interface Command.CommandTextFormat
An implementation of this interface describes a way to format an IrSignal to a text string.
  • Method Summary

    Modifier and Type
    Method
    Description
    format(org.harctoolbox.ircore.IrSignal irSignal, int repeatCount)
    Formats an IrSignal with repeatCount number of repetitions.
     
  • Method Details

    • getName

      String getName()
      Returns:
      Name of the format (not the signal).
    • format

      String format(org.harctoolbox.ircore.IrSignal irSignal, int repeatCount)
      Formats an IrSignal with repeatCount number of repetitions.
      Parameters:
      irSignal - IrSignal to be formatted
      repeatCount - Number of repeat sequences to include.
      Returns:
      string of formatted signal.