com.sirvar.bluetoothkit / BluetoothKitSocket

BluetoothKitSocket

open class BluetoothKitSocket : BluetoothKitSocketInterface

Bluetooth Socket wrapper

Author
Rikin Katyal

Constructors

<init> BluetoothKitSocket(socket: <ERROR CLASS>)

Bluetooth Socket wrapper

Properties

deviceAddress open val deviceAddress: String
deviceName open val deviceName: String
inputStream open val inputStream: <ERROR CLASS>
outputStream open val outputStream: <ERROR CLASS>
socket open val socket: <ERROR CLASS>

Functions

close open fun close(): Unit
connect open fun connect(): Unit

Inheritors

BluetoothKitSecuredSocket class BluetoothKitSecuredSocket : BluetoothKitSocket

Secured Bluetooth Socket wrapper with low level method invocation