public interface ICapture extends IHarcHardware
| Modifier and Type | Method and Description |
|---|---|
ModulatedIrSequence |
capture()
Listens to the device and returns a sequence.
|
void |
setTimeout(int beginTimeout,
int maxLearnLength,
int endTimeout) |
boolean |
stopCapture()
Signals the capturing device that it should stop capturing.
|
getVersion, isValid, open, setDebug, setTimeout, setVerbosityModulatedIrSequence capture() throws HarcHardwareException, IOException, IrpMasterException
HarcHardwareException - if the device is not in valid/open state.IOExceptionIrpMasterExceptionboolean stopCapture()
void setTimeout(int beginTimeout,
int maxLearnLength,
int endTimeout)
throws IOException
beginTimeout - maxLearnLength - endTimeout - IOExceptionCopyright © 2015. All rights reserved.