Package org.harctoolbox.girr
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
-
Method Details
-
getName
String getName()- Returns:
- Name of the format (not the signal).
-
format
Formats an IrSignal with repeatCount number of repetitions.- Parameters:
irSignal
- IrSignal to be formattedrepeatCount
- Number of repeat sequences to include.- Returns:
- string of formatted signal.
-