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

G

getId(String) - Method in class eeml.DataIn
Returns an array of all the data stream ID's that are tagged with String tag.
getId(String) - Method in class eeml.In
 
getMaximum(int) - Method in class eeml.DataIn
Used to determine the maximum value of a numeric data stream.
getMaximum(int) - Method in class eeml.In
 
getMinimum(int) - Method in class eeml.DataIn
Used to determine the minimum value of a numeric data stream.
getMinimum(int) - Method in class eeml.In
 
getStatus() - Method in class eeml.DataIn
Used to determine the status of an EEML feed ("live", "frozen" or "no status")/
getStatus() - Method in class eeml.In
 
getStringValue(int) - Method in class eeml.DataIn
Returns the string value of the remote data feed identified through its id number (useful when a stream's value is a string).
getStringValue(String) - Method in class eeml.DataIn
Returns the string value of the remote data feed identified through its tag (useful when a stream's value is a string).
getStringValue(String) - Method in class eeml.In
 
getStringValue(int) - Method in class eeml.In
 
getTag(int) - Method in class eeml.DataIn
Returns the tags for a specific data stream id.
getTag(int) - Method in class eeml.In
 
getURL() - Method in class eeml.DataIn
Returns the URL requested by this object (useful in the onReceiveEEML method to determine which particular DataIn object's request has been received).
getUnits(int) - Method in class eeml.DataIn
Used to determine the units of a data stream.
getUnits(int) - Method in class eeml.In
 
getValue(int) - Method in class eeml.DataIn
Returns the value of the remote data feed identified through its id number.
getValue(String) - Method in class eeml.DataIn
Returns the value of a remote data feed identified through its tag -- if there are several streams with the same tag, then only the first identified is returned.
getValue(String) - Method in class eeml.In
 
getValue(int) - Method in class eeml.In
 

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