public abstract class Hardware extends Object
Constructor and Description |
---|
Hardware() |
Modifier and Type | Method and Description |
---|---|
abstract int |
decode_func(IrRemote remote,
Long prep,
Long codep,
Long postp,
Boolean repeat_flag,
Integer min_remaining_gapp,
Integer max_remaining_gapp) |
abstract int |
deinit_func() |
int |
getCode_length() |
String |
getDevice() |
int |
getFd() |
int |
getFeatures() |
static Hardware |
getHw() |
String |
getName() |
int |
getRec_mode() |
int |
getResolution() |
int |
getSend_mode() |
abstract int |
initFunc() |
abstract int |
ioctl_func(int cmd,
Object... arg) |
abstract int |
readdata(int timeout) |
abstract String |
rec_func(IrRemote remotes) |
abstract int |
send_func(IrRemote remote,
IrNCode code) |
public static Hardware getHw()
public abstract int initFunc()
public abstract int deinit_func()
public abstract int decode_func(IrRemote remote, Long prep, Long codep, Long postp, Boolean repeat_flag, Integer min_remaining_gapp, Integer max_remaining_gapp)
public abstract int ioctl_func(int cmd, Object... arg)
public abstract int readdata(int timeout)
public String getDevice()
public int getFd()
public int getFeatures()
public int getSend_mode()
public int getRec_mode()
public int getCode_length()
public String getName()
public int getResolution()
Copyright © 2015. All rights reserved.