org.universAAL.lddi.fs20.connect
Interface FHZ1000PC.FHZ1000Device

Package class diagram package FHZ1000PC.FHZ1000Device
All Known Implementing Classes:
FHZ1000PC.FHZ1000SerialDevice, FHZ1000PC.JD2XXFHZ1000Device
Enclosing class:
FHZ1000PC

public static interface FHZ1000PC.FHZ1000Device

An interface to the "raw" FHZ1000 device where you can read and write data to it.

Author:
Stefan Strömberg

Method Summary
 void activate()
           
 void deactivate()
           
 byte[] read(int length)
           
 int write(byte[] data)
           
 

Method Detail

write

int write(byte[] data)
          throws IOException
Throws:
IOException

read

byte[] read(int length)
            throws IOException
Throws:
IOException

activate

void activate()
              throws IOException
Throws:
IOException

deactivate

void deactivate()
                throws IOException
Throws:
IOException


Copyright © 2014 universAAL Consortium. All Rights Reserved.