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

A

ACTION_CONNECT - Static variable in interface at.abraxas.amarino.AmarinoIntent
Activity Action: Tell Amarino to connect to a device Input: AmarinoIntent.EXTRA_DEVICE_ADDRESS - The address of the device Amarino should connect to.
ACTION_CONNECTED - Static variable in interface at.abraxas.amarino.AmarinoIntent
Broadcast Action sent by Amarino: A connection to a device has been established The Intent will have the following extra value: AmarinoIntent.EXTRA_DEVICE_ADDRESS - the address of the connected device.
ACTION_CONNECTED_DEVICES - Static variable in interface at.abraxas.amarino.AmarinoIntent
Broadcast Action sent by Amarino: The list of currently connected devices The Intent will have the following extra value: #EXTRA_CONNECTED_DEVICES This action is only broadcasted if you have requested the list of device before by sending AmarinoIntent.ACTION_GET_CONNECTED_DEVICES
ACTION_CONNECTION_FAILED - Static variable in interface at.abraxas.amarino.AmarinoIntent
Broadcast Action sent by Amarino: A connection attempt to a device was not successful The Intent will have the following extra value: AmarinoIntent.EXTRA_DEVICE_ADDRESS - the address of the device which could not be connected There are many reasons why this might happen.
ACTION_DISABLE - Static variable in interface at.abraxas.amarino.AmarinoIntent
used to disable a specific plug-in, needs EXTRA_PLUGIN_ID to be set
ACTION_DISABLE_ALL - Static variable in interface at.abraxas.amarino.AmarinoIntent
disables all plug-ins if there is no active connection
ACTION_DISCONNECT - Static variable in interface at.abraxas.amarino.AmarinoIntent
Activity Action: Tell Amarino to disconnect from a device Input: AmarinoIntent.EXTRA_DEVICE_ADDRESS - The address of the device Amarino should disconnect from.
ACTION_DISCONNECTED - Static variable in interface at.abraxas.amarino.AmarinoIntent
Broadcast Action sent by Amarino: The connection to a device has been disconnected The Intent will have the following extra value: AmarinoIntent.EXTRA_DEVICE_ADDRESS - the address of the disconnected device.
ACTION_EDIT_PLUGIN - Static variable in interface at.abraxas.amarino.AmarinoIntent
calls the edit activity of a plug-in
ACTION_ENABLE - Static variable in interface at.abraxas.amarino.AmarinoIntent
used to enaable a specific plug-in, needs EXTRA_PLUGIN_ID to be set
ACTION_GET_CONNECTED_DEVICES - Static variable in interface at.abraxas.amarino.AmarinoIntent
Activity Action: Request the connected devices list from Amarino Input: nothing Output: Amarino will broadcast the result as AmarinoIntent.ACTION_CONNECTED_DEVICES When you request the connected devices list you should always have a BroadcastReceiver ready to receive the result from Amarino
ACTION_PAIRING_REQUESTED - Static variable in interface at.abraxas.amarino.AmarinoIntent
Broadcast Action sent by Amarino: Indicates that a pairing request has been started.
ACTION_RECEIVED - Static variable in interface at.abraxas.amarino.AmarinoIntent
Broadcast Action sent by Amarino: Amarino broadcasts any received data from Arduino so that your application can receive them.
ACTION_SEND - Static variable in interface at.abraxas.amarino.AmarinoIntent
Activity Action: Tell Amarino to send data to Arduino Input: following EXTRAS must be within your intent AmarinoIntent.EXTRA_DEVICE_ADDRESS - The address of the device Amarino should send data to AmarinoIntent.EXTRA_DATA_TYPE - The type of data shipped with this intent AmarinoIntent.EXTRA_DATA - The actual data you want to send.
Amarino - Class in at.abraxas.amarino
This class is part of the Amarino Library and bundles some very useful methods to communicate with Arduino.
AmarinoIntent - Interface in at.abraxas.amarino
AmarinoIntent is a collection of Intents and Extras used by Amarino to perform actions.
at.abraxas.amarino.plugin - package at.abraxas.amarino.plugin
This package contains only classes necessary to develop Amarino plug-ins.

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