org.openmuc.ehz.iec62056_21
Class IECReceiver

java.lang.Object
  extended by org.openmuc.ehz.iec62056_21.IECReceiver

public class IECReceiver
extends java.lang.Object


Constructor Summary
IECReceiver(java.lang.String iface)
           
 
Method Summary
 void changeBaudrate(int baudrate)
           
 void close()
           
protected  void finalize()
           
 byte[] receiveMessage(long msTimeout)
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IECReceiver

public IECReceiver(java.lang.String iface)
            throws NotFoundException
Throws:
NotFoundException
Method Detail

receiveMessage

public byte[] receiveMessage(long msTimeout)
                      throws java.io.IOException
Throws:
java.io.IOException

changeBaudrate

public void changeBaudrate(int baudrate)

close

public void close()

finalize

protected void finalize()
                 throws java.lang.Throwable
Overrides:
finalize in class java.lang.Object
Throws:
java.lang.Throwable