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, setVerbosity
ModulatedIrSequence capture() throws HarcHardwareException, IOException, IrpMasterException
HarcHardwareException
- if the device is not in valid/open state.IOException
IrpMasterException
boolean stopCapture()
void setTimeout(int beginTimeout, int maxLearnLength, int endTimeout) throws IOException
beginTimeout
- maxLearnLength
- endTimeout
- IOException
Copyright © 2015. All rights reserved.