interface BluetoothKitSocketInterface : Any
Bluetooth Socket interface for primary functions
Author
Rikin Katyal
| deviceAddress |
abstract val deviceAddress: String |
| deviceName |
abstract val deviceName: String |
| inputStream |
abstract val inputStream: <ERROR CLASS> |
| outputStream |
abstract val outputStream: <ERROR CLASS> |
| socket |
abstract val socket: <ERROR CLASS> |
| close |
abstract fun close(): Unit |
| connect |
abstract fun connect(): Unit |
| BluetoothKitSocket |
open class BluetoothKitSocket : BluetoothKitSocketInterface
Bluetooth Socket wrapper |