Package | Description |
---|---|
fr.eurogiciel.ora.bluetooth | |
fr.eurogiciel.ora.bluetooth.event | |
fr.eurogiciel.ora.bluetooth.gps |
Modifier and Type | Method and Description |
---|---|
BTMessage |
BTMessageHandler.handle(BTMessage msg)
Handles the given message and returns the response (or null).
|
BTMessage |
BTSocketListener.Callback.onMsgReceived(BluetoothDevice sender,
BTMessage msg)
Called when when a message is received.
|
Modifier and Type | Method and Description |
---|---|
BTMessage |
BTMessageHandler.handle(BTMessage msg)
Handles the given message and returns the response (or null).
|
BTMessage |
BTSocketListener.Callback.onMsgReceived(BluetoothDevice sender,
BTMessage msg)
Called when when a message is received.
|
void |
BTClient.sendMessage(BTMessage msg)
Sends a
BTMessage to the connected bluetooth service. |
Modifier and Type | Method and Description |
---|---|
BTMessage |
EventMsgFactory.createKeyEventMsg(KeyEvent event)
Create the Key event message
|
BTMessage |
EventMsgFactory.createMouseDownEventMsg()
Create mouse down event message
|
BTMessage |
EventMsgFactory.createMouseMoveEventMsg(int dx,
int dy)
Create the mouse move event message
|
BTMessage |
EventMsgFactory.createMouseUpEventMsg()
Create mouse up event message
|
BTMessage |
EventInjector.handle(BTMessage msg) |
Modifier and Type | Method and Description |
---|---|
BTMessage |
EventInjector.handle(BTMessage msg) |
Modifier and Type | Method and Description |
---|---|
BTMessage |
GpsMsgFactory.createGpsMsg(Location loc)
This function creates GPS message type with the geographic location of type BTMessage
|
BTMessage |
MockLocationProvider.handle(BTMessage msg)
Push the mock location with the parameters stored in the BTMessage.
|
Modifier and Type | Method and Description |
---|---|
BTMessage |
MockLocationProvider.handle(BTMessage msg)
Push the mock location with the parameters stored in the BTMessage.
|