open class BluetoothKitSocket : BluetoothKitSocketInterface
Bluetooth Socket wrapper
Author
Rikin Katyal
| <init> |
BluetoothKitSocket(socket: <ERROR CLASS>)
Bluetooth Socket wrapper |
| 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> |
| close |
open fun close(): Unit |
| connect |
open fun connect(): Unit |
| BluetoothKitSecuredSocket |
class BluetoothKitSecuredSocket : BluetoothKitSocket
Secured Bluetooth Socket wrapper with low level method invocation |