public final class LircRemote extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
LircRemote.Pair |
| Constructor and Description |
|---|
LircRemote(String name,
List<String> flags,
Map<String,Long> unaryParameters,
Map<String,LircRemote.Pair> binaryParameters,
List<LircCommand> commands,
boolean raw,
String driver,
String source) |
| Modifier and Type | Method and Description |
|---|---|
LircRemote.Pair |
getBinaryParameters(String key) |
List<LircCommand> |
getCommands() |
String |
getName() |
(package private) String |
getSource() |
Long |
getUnaryParameters(String key) |
boolean |
hasFlag(String flag) |
boolean |
isMode2() |
boolean |
isRaw() |
public String getName()
String getSource()
public boolean isMode2()
public boolean hasFlag(String flag)
public LircRemote.Pair getBinaryParameters(String key)
public List<LircCommand> getCommands()
public boolean isRaw()
Copyright © 2019. All rights reserved.