public class BluetoothGPSNMEAReader extends BluetoothReader
connection
Constructor and Description |
---|
BluetoothGPSNMEAReader(android.bluetooth.BluetoothDevice device) |
Modifier and Type | Method and Description |
---|---|
BluetoothCotManager |
getCotManager(MapView mapView) |
protected BluetoothConnection |
onInstantiateConnection(android.bluetooth.BluetoothDevice device) |
void |
onRead(byte[] data)
The byte array read from the Bluetooth connection.
|
getConnection
public BluetoothGPSNMEAReader(android.bluetooth.BluetoothDevice device)
protected BluetoothConnection onInstantiateConnection(android.bluetooth.BluetoothDevice device)
onInstantiateConnection
in class BluetoothReader
public void onRead(byte[] data)
BluetoothConnection.Callback
data
- the bytes read from the bluetooth connection.public BluetoothCotManager getCotManager(MapView mapView)
getCotManager
in class BluetoothReader