Package org.harctoolbox.harchardware.ir
Interface IIrSenderStop
- All Known Implementing Classes:
DevLirc
,GirsClient
,GlobalCache
,LircCcfClient
,LircClient
public interface IIrSenderStop
-
Method Summary
Modifier and TypeMethodDescriptionboolean
stopIr
(Transmitter transmitter) Stops ongoing IR transmission.
-
Method Details
-
stopIr
Stops ongoing IR transmission.- Parameters:
transmitter
-- Returns:
- if false, command failed.
- Throws:
NoSuchTransmitterException
IOException
-