touchatag
Class Touchatag

java.lang.Object
  extended by touchatag.Touchatag

public class Touchatag
extends Object

Author:
augusto esteves

Field Summary
 String VERSION
           
 
Constructor Summary
Touchatag(processing.core.PApplet theParent)
           
Touchatag(processing.core.PApplet theParent, int nReaders)
          the Constructors, usually called in the setup() method in your sketch to initialize and start the library.
 
Method Summary
 int nativeConnectedRFID(int nReaders)
           
 String[] nativeTagID(int i, int nReaders)
           
 int On()
          return the number of touchatag readers actually connected.
 String[] tagsOnReader(int i)
          return the tags found on a touchatag reader.
 String version()
          return the version of the library.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VERSION

public final String VERSION
See Also:
Constant Field Values
Constructor Detail

Touchatag

public Touchatag(processing.core.PApplet theParent,
                 int nReaders)
the Constructors, usually called in the setup() method in your sketch to initialize and start the library.


Touchatag

public Touchatag(processing.core.PApplet theParent)
Method Detail

version

public String version()
return the version of the library.

Returns:
String

On

public int On()
return the number of touchatag readers actually connected.

Returns:
int

tagsOnReader

public String[] tagsOnReader(int i)
return the tags found on a touchatag reader.

Returns:
String

nativeTagID

public String[] nativeTagID(int i,
                            int nReaders)

nativeConnectedRFID

public int nativeConnectedRFID(int nReaders)


processing library touchatag by Augusto Esteves. (c) 2010