A B C D E F I L O P S V

E

EXTRA_CONNECTED_DEVICE_ADDRESSES - Static variable in interface at.abraxas.amarino.AmarinoIntent
Type: String[] - an array containing the addresses of all connected devices
EXTRA_DATA - Static variable in interface at.abraxas.amarino.AmarinoIntent
Type: depends on EXTRA_DATA_TYPE
EXTRA_DATA_TYPE - Static variable in interface at.abraxas.amarino.AmarinoIntent
the type of data attached to an intent You have to pass in the type of extra you going to send; for example: BOOLEAN_EXTRA, BYTE_EXTRA, STRING_EXTRA, INTEGER_EXTRA, etc.
EXTRA_DEVICE - Static variable in interface at.abraxas.amarino.AmarinoIntent
Type: BTDevice
EXTRA_DEVICE_ADDRESS - Static variable in interface at.abraxas.amarino.AmarinoIntent
Type: String e.g. "00:06:54:4B:31:7E"
EXTRA_DEVICE_STATE - Static variable in interface at.abraxas.amarino.AmarinoIntent
Type: int either AmarinoIntent.CONNECTED, AmarinoIntent.DISCONNECTED or AmarinoIntent.CONNECTING
EXTRA_FLAG - Static variable in interface at.abraxas.amarino.AmarinoIntent
Type: char the flag is the identifier for your data used by Arduino to determine which function to call.
EXTRA_PLUGIN_DESC - Static variable in interface at.abraxas.amarino.AmarinoIntent
Type: String - the description what your plug-in does
EXTRA_PLUGIN_ID - Static variable in interface at.abraxas.amarino.AmarinoIntent
Type: Integer - the id of your plug-in given to your EditActivity when it is called
EXTRA_PLUGIN_NAME - Static variable in interface at.abraxas.amarino.AmarinoIntent
Type: String - the name of your plug-in which is displayed to the user
EXTRA_PLUGIN_SERVICE_CLASS_NAME - Static variable in interface at.abraxas.amarino.AmarinoIntent
Type: String - the name of your plug-in service class (fully qualified) e.g. at.abraxas.amarino.plugins.compass.BackgroundService
EXTRA_PLUGIN_VISUALIZER - Static variable in interface at.abraxas.amarino.AmarinoIntent
Type: Integer - the type of visualizer you want to use to show data sent by a plug-in must be one of AmarinoIntent.VISUALIZER_TEXT AmarinoIntent.VISUALIZER_BARS AmarinoIntent.VISUALIZER_GRAPH
EXTRA_VISUALIZER_MAX_VALUE - Static variable in interface at.abraxas.amarino.AmarinoIntent
Type: Float - the maximum value to be expected when using a graphical visualizer this value must be set to initialize the visualizer
EXTRA_VISUALIZER_MIN_VALUE - Static variable in interface at.abraxas.amarino.AmarinoIntent
Type: Float - the minimum value to be expected when using a graphical visualizer (em>AmarinoIntent.VISUALIZER_BARS or em>AmarinoIntent.VISUALIZER_GRAPH) this value must be set to initialize the visualizer

A B C D E F I L O P S V