Package | Description |
---|---|
org.harctoolbox.jirc |
Modifier and Type | Field and Description |
---|---|
IrRemote |
ConfigFileParser.remote_return.irRemote |
Modifier and Type | Field and Description |
---|---|
LinkedHashMap<String,IrRemote> |
ConfigFileParser.remotes_return.remotes |
Modifier and Type | Method and Description |
---|---|
static IrRemote |
IrRemote.get_ir_remote(IrRemote remotes,
String name) |
static IrRemote |
IrRemote.getRepeat_remote() |
static IrRemote |
IrRemote.is_in_remotes(IrRemote remotes,
IrRemote remote) |
Modifier and Type | Method and Description |
---|---|
static LinkedHashMap<String,IrRemote> |
ConfigFile.readConfig(File filename,
int debug) |
static LinkedHashMap<String,IrRemote> |
ConfigFile.readConfig(InputStream inputStream,
int debug,
String source) |
static LinkedHashMap<String,IrRemote> |
ConfigFile.readConfig(Reader reader,
int debug,
String source) |
static LinkedHashMap<String,IrRemote> |
ConfigFile.readConfig(String input,
int debug,
String source) |
Modifier and Type | Method and Description |
---|---|
static String |
IrRemote.decode_all(IrRemote remotes) |
abstract int |
Hardware.decode_func(IrRemote remote,
Long prep,
Long codep,
Long postp,
Boolean repeat_flag,
Integer min_remaining_gapp,
Integer max_remaining_gapp) |
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) |
static void |
IrRemote.get_filter_parameters(IrRemote remotes,
Integer max_gap_lengthp,
Integer min_pulse_lengthp,
Integer min_space_lengthp,
Integer max_pulse_lengthp,
Integer max_space_lengthp) |
static void |
IrRemote.get_frequency_range(IrRemote remotes,
Integer min_freq,
Integer max_freq) |
static IrRemote |
IrRemote.get_ir_remote(IrRemote remotes,
String name) |
static boolean |
IrRemote.has_header(IrRemote remote) |
static boolean |
IrRemote.is_bo(IrRemote remote) |
static boolean |
IrRemote.is_goldstar(IrRemote remote) |
static boolean |
IrRemote.is_grundig(IrRemote remote) |
static IrRemote |
IrRemote.is_in_remotes(IrRemote remotes,
IrRemote remote) |
static boolean |
IrRemote.is_raw(IrRemote remote) |
static boolean |
IrRemote.is_rc5(IrRemote remote) |
static boolean |
IrRemote.is_rc6(IrRemote remote) |
static boolean |
IrRemote.is_rcmm(IrRemote remote) |
static boolean |
IrRemote.is_space_first(IrRemote remote) |
static boolean |
IrRemote.is_xmp(IrRemote remote) |
static int |
IrRemote.map_code(IrRemote remote,
Long prep,
Long codep,
Long postp,
int pre_bits,
long pre,
int bits,
long code,
int post_bits,
long post) |
static boolean |
IrRemote.match_ir_code(IrRemote remote,
long a,
long b) |
abstract String |
Hardware.rec_func(IrRemote remotes) |
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) |
static void |
IrRemote.setRepeat_remote(IrRemote remote) |
Modifier and Type | Method and Description |
---|---|
static RemoteSet |
IrRemote.newRemoteSet(HashMap<String,IrRemote> remotes,
String configFilename,
boolean invokeDecodeIr,
String creatingUser,
boolean alternatingSigns,
int debug) |
Constructor and Description |
---|
Transmit(IrRemote remote,
IrNCode code,
int debug,
boolean repeat) |
Copyright © 2015. All rights reserved.