com.sirvar.bluetoothkit / BluetoothKitSocketInterface

BluetoothKitSocketInterface

interface BluetoothKitSocketInterface : Any

Bluetooth Socket interface for primary functions

Author
Rikin Katyal

Properties

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>

Functions

close abstract fun close(): Unit
connect abstract fun connect(): Unit

Inheritors

BluetoothKitSocket open class BluetoothKitSocket : BluetoothKitSocketInterface

Bluetooth Socket wrapper