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
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final int -
Method Summary
Modifier and TypeMethodDescriptionvoidsetBeginTimeout(int integer) voidsetCaptureMaxSize(int integer) voidsetEndingTimeout(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:
IOExceptionHarcHardwareException
-
setCaptureMaxSize
- Throws:
IOExceptionHarcHardwareException
-
setEndingTimeout
- Throws:
IOExceptionHarcHardwareException
-