Package | Description |
---|---|
org.harctoolbox.jirc |
Modifier and Type | Field and Description |
---|---|
IrNCode |
ConfigFileParser.cooked_button_return.irNCode |
IrNCode |
ConfigFileParser.raw_button_return.irNCode |
Modifier and Type | Field and Description |
---|---|
ArrayList<IrNCode> |
ConfigFileParser.codes_return.codes |
ArrayList<IrNCode> |
ConfigFileParser.cooked_codes_return.codes |
ArrayList<IrNCode> |
ConfigFileParser.raw_codes_return.codes |
Modifier and Type | Method and Description |
---|---|
static IrNCode |
IrRemote.get_code_by_name(IrRemote remote,
String name) |
static IrNCode |
IrRemote.get_code(IrRemote remote,
long pre,
long code,
long post,
Long toggle_bit_mask_statep) |
Modifier and Type | Method and Description |
---|---|
ArrayList<IrNCode> |
IrRemote.getCodes() |
Modifier and Type | Method and Description |
---|---|
IrSequence |
IrRemote.render(IrNCode code,
boolean useSignsInRawSequences,
boolean repeat,
int debug) |
abstract int |
Hardware.send_func(IrRemote remote,
IrNCode code) |
static long |
IrRemote.set_code(IrRemote remote,
IrNCode found,
long toggle_bit_mask_state,
boolean repeat_flag,
int min_remaining_gap,
int max_remaining_gap) |
Command |
IrRemote.toCommand(IrNCode code,
boolean invokeDecodeIr,
boolean alternatingSigns,
int debug) |
IrSignal |
IrRemote.toIrSignal(IrNCode code,
boolean alternatingSigns,
int debug) |
Constructor and Description |
---|
Transmit(IrRemote remote,
IrNCode code,
int debug,
boolean repeat) |
Constructor and Description |
---|
IrRemote(String name,
ArrayList<String> flags,
HashMap<String,Long> unaryParameters,
HashMap<String,org.harctoolbox.jirc.IrRemote.XY> binaryParameters,
ArrayList<IrNCode> codes) |
Copyright © 2015. All rights reserved.