Package org.harctoolbox.lirc
Class LircIrp
java.lang.Object
org.harctoolbox.lirc.LircIrp
This class generates an IRP
Protocol
from the LircRemote
given as argument.-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
A little test/demo main that reads the files given as arguments, and dumps the outcome on stdout.static Protocol
toProtocol
(LircRemote lircRemote)
-
Method Details
-
main
A little test/demo main that reads the files given as arguments, and dumps the outcome on stdout.- Parameters:
args
-
-
toProtocol
public static Protocol toProtocol(LircRemote lircRemote) throws LircIrp.RawRemoteException, LircIrp.LircCodeRemoteException, NonUniqueBitCodeException
-