Class BluetoothConnector
java.lang.Object
jp.co.sanei_elec.printerlibrary.api.connectivity.AbstractConnector
jp.co.sanei_elec.printerlibrary.api.connectivity.BluetoothConnector
- Direct Known Subclasses:
BluetoothLeConnector
,BluetoothSppConnector
-
Constructor Summary
ConstructorsConstructorDescriptionBluetoothConnector
(android.content.Context context, android.bluetooth.BluetoothAdapter btAdapter, android.bluetooth.BluetoothDevice btDevice) -
Method Summary
Modifier and TypeMethodDescriptionboolean
android.bluetooth.BluetoothAdapter
android.bluetooth.BluetoothDevice
Methods inherited from class jp.co.sanei_elec.printerlibrary.api.connectivity.AbstractConnector
close, connect, getContext, getInputStream, getOutputStream
-
Constructor Details
-
BluetoothConnector
public BluetoothConnector(android.content.Context context, android.bluetooth.BluetoothAdapter btAdapter, android.bluetooth.BluetoothDevice btDevice)
-
-
Method Details