Skip navigation links
C D F G I L M N O R S T 

C

canGetRecResolution() - Method in interface org.harctoolbox.devslashlirc.IMode2
 
canGetRecResolution() - Method in class org.harctoolbox.devslashlirc.Mode2LircDevice
 
canRec() - Method in interface org.harctoolbox.devslashlirc.IMode2
 
canRec() - Method in class org.harctoolbox.devslashlirc.LircDevice
 
canRec() - Method in class org.harctoolbox.devslashlirc.LircHardware
 
canSend() - Method in interface org.harctoolbox.devslashlirc.IMode2
 
canSend() - Method in class org.harctoolbox.devslashlirc.LircDevice
 
canSend() - Method in class org.harctoolbox.devslashlirc.LircHardware
 
canSetSendCarrier() - Method in interface org.harctoolbox.devslashlirc.IMode2
 
canSetSendCarrier() - Method in class org.harctoolbox.devslashlirc.Mode2LircDevice
 
canSetTransmitterMask() - Method in interface org.harctoolbox.devslashlirc.IMode2
 
canSetTransmitterMask() - Method in class org.harctoolbox.devslashlirc.LircDevice
 
canSetTransmitterMask() - Method in class org.harctoolbox.devslashlirc.LircHardware
 
close() - Method in class org.harctoolbox.devslashlirc.LircDevice
 

D

defaultBeginTimeout - Static variable in class org.harctoolbox.devslashlirc.LircDevice
 
defaultDeviceName - Static variable in class org.harctoolbox.devslashlirc.LircDevice
 
delete() - Method in class org.harctoolbox.devslashlirc.LircDevice
Invoke the destructor from Java.
deviceName - Variable in class org.harctoolbox.devslashlirc.LircHardware
 

F

finalize() - Method in class org.harctoolbox.devslashlirc.LircDevice
 

G

getNumberTransmitters() - Method in interface org.harctoolbox.devslashlirc.IMode2
Returns the number of transmitters, as reported from the device.
getNumberTransmitters() - Method in class org.harctoolbox.devslashlirc.LircDevice
 
getNumberTransmitters() - Method in class org.harctoolbox.devslashlirc.LircHardware
 
getRecResolution() - Method in interface org.harctoolbox.devslashlirc.IMode2
 
getRecResolution() - Method in class org.harctoolbox.devslashlirc.Mode2LircDevice
 
getVersion() - Method in interface org.harctoolbox.devslashlirc.IMode2
Returns version of underlying C++ driver.
getVersion() - Method in class org.harctoolbox.devslashlirc.LircDevice
 
getVersion() - Method in class org.harctoolbox.devslashlirc.LircHardware
Returns the version string of the underlying C++ code, not the version of the hardware or the device driver.

I

ILircCode - Interface in org.harctoolbox.devslashlirc
This interface models a "LircCode" Lirc hardware, device or driver.
IMode2 - Interface in org.harctoolbox.devslashlirc
This interface specifies the commands of "mode2" Lirc hardware, device or driver.
isLibraryLoaded() - Static method in class org.harctoolbox.devslashlirc.LircHardware
Returns true if the native library has been successfully loaded.
isValid() - Method in interface org.harctoolbox.devslashlirc.IMode2
Returns true if the hardware is open and ready.
isValid() - Method in class org.harctoolbox.devslashlirc.LircDevice
 
isValid() - Method in class org.harctoolbox.devslashlirc.LircHardware
Returns true if the device is opened and working.

L

libraryName - Static variable in class org.harctoolbox.devslashlirc.LircHardware
 
LircCodeLircDevice - Class in org.harctoolbox.devslashlirc
This class models a "LircCode" Lirc hardware on /dev/lirc*.
LircCodeLircDevice(String, int) - Constructor for class org.harctoolbox.devslashlirc.LircCodeLircDevice
 
LircCodeLircDevice() - Constructor for class org.harctoolbox.devslashlirc.LircCodeLircDevice
 
LircDevice - Class in org.harctoolbox.devslashlirc
This class is an abstract class for hardware communicating through /dev/lirc.
LircDevice(String, int, long) - Constructor for class org.harctoolbox.devslashlirc.LircDevice
 
LircDeviceException - Exception in org.harctoolbox.devslashlirc
Class for exceptions thrown from the classes in this package.
LircDeviceException() - Constructor for exception org.harctoolbox.devslashlirc.LircDeviceException
 
LircDeviceException(String) - Constructor for exception org.harctoolbox.devslashlirc.LircDeviceException
 
LircHardware - Class in org.harctoolbox.devslashlirc
An abstract base class for Lirc drivers and -devices.
LircHardware(String, long) - Constructor for class org.harctoolbox.devslashlirc.LircHardware
 
loadLibrary() - Static method in class org.harctoolbox.devslashlirc.LircHardware
Loads the native library from a system directory.
loadLibrary(File) - Static method in class org.harctoolbox.devslashlirc.LircHardware
Loads the native library given as argument (preferred), or, if the argument is null, from a system directory.

M

main(String[]) - Static method in class org.harctoolbox.devslashlirc.Mode2LircDevice
 
Mode2LircDevice - Class in org.harctoolbox.devslashlirc
This class models a /dev/lirc device of the mode2 type, that is, capable of sending and/or receiving according to raw timing information.
Mode2LircDevice(String, int, int, int) - Constructor for class org.harctoolbox.devslashlirc.Mode2LircDevice
 
Mode2LircDevice() - Constructor for class org.harctoolbox.devslashlirc.Mode2LircDevice
 
Mode2LircDevice(String) - Constructor for class org.harctoolbox.devslashlirc.Mode2LircDevice
 

N

nativePointer - Variable in class org.harctoolbox.devslashlirc.LircHardware
 
NonExistentTransmitterException - Exception in org.harctoolbox.devslashlirc
This exception is thrown when a non-existing transmitter is requested.
NonExistentTransmitterException() - Constructor for exception org.harctoolbox.devslashlirc.NonExistentTransmitterException
 
NonExistentTransmitterException(String) - Constructor for exception org.harctoolbox.devslashlirc.NonExistentTransmitterException
 
NotSupportedException - Exception in org.harctoolbox.devslashlirc
This exception is thrown when not supported functionality is requested.
NotSupportedException() - Constructor for exception org.harctoolbox.devslashlirc.NotSupportedException
 
NotSupportedException(String) - Constructor for exception org.harctoolbox.devslashlirc.NotSupportedException
 

O

open() - Method in interface org.harctoolbox.devslashlirc.IMode2
Opens the hardware using the previously given device name.
open() - Method in class org.harctoolbox.devslashlirc.LircHardware
Opens the device using the device name used in the constructor.
openNative() - Method in class org.harctoolbox.devslashlirc.LircCodeLircDevice
 
openNative() - Method in class org.harctoolbox.devslashlirc.LircHardware
 
openNative() - Method in class org.harctoolbox.devslashlirc.Mode2LircDevice
 
org.harctoolbox.devslashlirc - package org.harctoolbox.devslashlirc
 

R

read() - Method in interface org.harctoolbox.devslashlirc.ILircCode
Read a code.
read() - Method in class org.harctoolbox.devslashlirc.LircCodeLircDevice
 
read() - Method in class org.harctoolbox.devslashlirc.Mode2LircDevice
 
receive() - Method in interface org.harctoolbox.devslashlirc.IMode2
Reads an IR signal as a sequence of durations.
receive() - Method in class org.harctoolbox.devslashlirc.Mode2LircDevice
 
report() - Method in class org.harctoolbox.devslashlirc.Mode2LircDevice
 

S

send(int) - Method in interface org.harctoolbox.devslashlirc.ILircCode
Send a code.
send(int[]) - Method in interface org.harctoolbox.devslashlirc.IMode2
Sends the provided data as a sequence of durations.
send(int[], int) - Method in interface org.harctoolbox.devslashlirc.IMode2
Sends the provided data as a sequence of durations.
send(int) - Method in class org.harctoolbox.devslashlirc.LircCodeLircDevice
 
send(int[]) - Method in class org.harctoolbox.devslashlirc.Mode2LircDevice
 
send(int[], int) - Method in class org.harctoolbox.devslashlirc.Mode2LircDevice
 
setBeginTimeout(int) - Method in class org.harctoolbox.devslashlirc.LircDevice
 
setBeginTimeout(int) - Method in class org.harctoolbox.devslashlirc.LircHardware
 
setEndingTimeout(int) - Method in interface org.harctoolbox.devslashlirc.IMode2
 
setEndingTimeout(int) - Method in class org.harctoolbox.devslashlirc.Mode2LircDevice
 
setMaxCaptureLength(int) - Method in interface org.harctoolbox.devslashlirc.IMode2
 
setMaxCaptureLength(int) - Method in class org.harctoolbox.devslashlirc.Mode2LircDevice
 
setSendCarrier(int) - Method in interface org.harctoolbox.devslashlirc.IMode2
 
setSendCarrier(int) - Method in class org.harctoolbox.devslashlirc.Mode2LircDevice
 
setTransmitterMask(int) - Method in interface org.harctoolbox.devslashlirc.IMode2
 
setTransmitterMask(int) - Method in class org.harctoolbox.devslashlirc.LircHardware
 
setTransmitterMaskNative(int) - Method in class org.harctoolbox.devslashlirc.LircDevice
 
setTransmitterMaskNative(int) - Method in class org.harctoolbox.devslashlirc.LircHardware
 

T

toString() - Method in interface org.harctoolbox.devslashlirc.IMode2
 
toString() - Method in class org.harctoolbox.devslashlirc.LircDevice
 
toString() - Method in class org.harctoolbox.devslashlirc.LircHardware
 
toString() - Method in class org.harctoolbox.devslashlirc.Mode2LircDevice
 
C D F G I L M N O R S T 
Skip navigation links

Copyright © 2019. All rights reserved.