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.
|
getConnectionpublic BluetoothGPSNMEAReader(android.bluetooth.BluetoothDevice device)
protected BluetoothConnection onInstantiateConnection(android.bluetooth.BluetoothDevice device)
onInstantiateConnection in class BluetoothReaderpublic void onRead(byte[] data)
BluetoothConnection.Callbackdata - the bytes read from the bluetooth connection.public BluetoothCotManager getCotManager(MapView mapView)
getCotManager in class BluetoothReader