Package org.harctoolbox.harchardware.ir
Interface IIrReader
- All Superinterfaces:
AutoCloseable
,Closeable
,IHarcHardware
- All Known Implementing Classes:
CommandFusion
,DevLirc
,GirsClient
,GlobalCache
,IRrecvDumpV2
,IrToy
,IrWidget
,LircMode2
This interface contains the common parts between capturers and receivers.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
static final int
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setBeginTimeout
(int integer) void
setCaptureMaxSize
(int integer) void
setEndingTimeout
(int integer) Methods inherited from interface org.harctoolbox.harchardware.IHarcHardware
getVersion, isValid, open, setDebug, setTimeout, setVerbose
-
Field Details
-
DEFAULT_BEGIN_TIMEOUT
static final int DEFAULT_BEGIN_TIMEOUT- See Also:
-
DEFAULT_CAPTURE_MAXSIZE
static final int DEFAULT_CAPTURE_MAXSIZE- See Also:
-
DEFAULT_ENDING_TIMEOUT
static final int DEFAULT_ENDING_TIMEOUT- See Also:
-
-
Method Details
-
setBeginTimeout
- Throws:
IOException
HarcHardwareException
-
setCaptureMaxSize
- Throws:
IOException
HarcHardwareException
-
setEndingTimeout
- Throws:
IOException
HarcHardwareException
-