ist.palcom.base.networking
Class IRManager

java.lang.Object
  extended by ist.palcom.base.networking.IRManager

public class IRManager
extends java.lang.Object

Dummy class, that allows the communications module to be built for JVM's that do not know about the smalltalk pal-base. The class does nothing useful so IR support is unavailable on JVMs.


Constructor Summary
IRManager()
           
 
Method Summary
 void close()
           
 int getDeviceID()
           
 void open(java.lang.String device)
           
 IRMessage readMessage()
           
 void sendMessage(int port, byte[] msg)
           
 void sendMessageAll(byte[] msg)
           
 void setLED(int led, boolean val)
           
 void setLEDs(int bitMask)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IRManager

public IRManager()
Method Detail

open

public void open(java.lang.String device)

close

public void close()

readMessage

public IRMessage readMessage()

sendMessageAll

public void sendMessageAll(byte[] msg)

sendMessage

public void sendMessage(int port,
                        byte[] msg)

setLEDs

public void setLEDs(int bitMask)

getDeviceID

public int getDeviceID()

setLED

public void setLED(int led,
                   boolean val)