A C D E G I O P Q R S U

D

DataIn - class eeml.DataIn.
This is the class to use for receiving data from remote environments/applications.
DataIn(PApplet, String, int) - Constructor for class eeml.DataIn
This object is asynchronous which means that it is set up to make requests at a particular interval (say once every five seconds, meaning period would be '5000').
DataIn(PApplet, String, String, int) - Constructor for class eeml.DataIn
Just like DataIn(PApplet parent_, String url, int period) but enables the setting of a header to authenticate access to Pachube
DataOut - class eeml.DataOut.
This is the class to use for making data available to remote environments/applications.
DataOut(PApplet, int) - Constructor for class eeml.DataOut
When the object receives a request from a remote client it invokes the onReceiveRequest() method in your application where data streams can be updated prior to serving.
DataOut(PApplet, String, String) - Constructor for class eeml.DataOut
DataOut object that enables manual updating of EEML data

A C D E G I O P Q R S U